1
0
forked from rosa/hakurei

internal/rosa/meson: always prepend D

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
+12 -12
View File
@@ -80,7 +80,7 @@ package libXau {
exec = meson {
setup = {
"Ddefault_library": "both";
"default_library": "both";
};
};
@@ -682,7 +682,7 @@ package libpciaccess {
exec = meson {
setup = {
"Dzlib": "enabled";
"zlib": "enabled";
};
};
@@ -705,17 +705,17 @@ package xserver {
exec = meson {
setup = {
"Dxorg": "true";
"Dxephyr": "true";
"Dxnest": "true";
"Dipv6": "false";
"xorg": "true";
"xephyr": "true";
"xnest": "true";
"ipv6": "false";
"Dudev": "false";
"Dudev_kms": "false";
"Dglx": "false";
"udev": "false";
"udev_kms": "false";
"glx": "false";
// ../../usr/src/xserver/glamor/glamor_glx.c:24:10: fatal error: 'epoxy/glx.h' file not found
"Dglamor": "false";
"glamor": "false";
};
};
@@ -784,8 +784,8 @@ package xwayland {
bin = [ "bash" ];
exec = meson {
setup = {
"Dipv6": "false";
"Dsystemd_notify": "false";
"ipv6": "false";
"systemd_notify": "false";
};
};