internal/rosa/meson: always prepend D
Test / Create distribution (push) Successful in 58s
Test / Sandbox (push) Successful in 3m1s
Test / ShareFS (push) Successful in 4m37s
Test / Hakurei (push) Successful in 4m43s
Test / Sandbox (race detector) (push) Successful in 6m5s
Test / Hakurei (race detector) (push) Successful in 7m13s
Test / Flake checks (push) Successful in 1m6s

All flags in practice use this convention. An escape hatch is available by leaving the value empty.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-14 22:13:04 +09:00
parent 098943ab46
commit 4cf235675a
24 changed files with 87 additions and 90 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ package wlroots {
exec = meson {
setup = {
"Dxwayland": "enabled";
"Dallocators": "gbm";
"Dbackends": "drm,libinput";
"xwayland": "enabled";
"allocators": "gbm";
"backends": "drm,libinput";
};
};