diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-15 20:18:34 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-15 20:18:34 +0900 |
| commit | 49b6526a38ba549f0f68f9eb8aa0a210c516c7f0 (patch) | |
| tree | 95868956a7222b039812c5d2b6e501d8b7ffb443 /internal | |
| parent | f9c31df94d67e0bdabf297bfba74c8affd6cdb4e (diff) | |
internal/rosa: remove redundant meson flags
These have no effect.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/kmod.go | 1 | ||||
| -rw-r--r-- | internal/rosa/wayland.go | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/internal/rosa/kmod.go b/internal/rosa/kmod.go index c32e4167..2ac319dc 100644 --- a/internal/rosa/kmod.go +++ b/internal/rosa/kmod.go @@ -21,7 +21,6 @@ func (t Toolchain) newKmod() pkg.Artifact { }, nil, nil, ` cd "$(mktemp -d)" meson setup \ - --reconfigure \ --buildtype=release \ --prefix=/system \ -Dsysconfdir=/system/etc \ 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 \ |
