aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/wayland.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-15 20:18:34 +0900
committerOphestra <cat@gensokyo.uk>2026-02-15 20:18:34 +0900
commit49b6526a38ba549f0f68f9eb8aa0a210c516c7f0 (patch)
tree95868956a7222b039812c5d2b6e501d8b7ffb443 /internal/rosa/wayland.go
parentf9c31df94d67e0bdabf297bfba74c8affd6cdb4e (diff)
internal/rosa: remove redundant meson flags
These have no effect. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/wayland.go')
-rw-r--r--internal/rosa/wayland.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/rosa/wayland.go b/internal/rosa/wayland.go
index 48ab9a65..10531ea0 100644
--- a/internal/rosa/wayland.go
+++ b/internal/rosa/wayland.go
@@ -26,10 +26,8 @@ echo 'int main(){}' > tests/sanity-test.c
cd "$(mktemp -d)"
meson setup \
- --reconfigure \
--buildtype=release \
--prefix=/system \
- --prefer-static \
-Ddocumentation=false \
-Dtests=true \
-Ddefault_library=both \