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:
@@ -12,9 +12,9 @@ package libva {
|
||||
|
||||
exec = meson {
|
||||
setup = {
|
||||
"Dwith_x11": "yes";
|
||||
"Dwith_glx": "yes";
|
||||
"Dwith_wayland": "yes";
|
||||
"with_x11": "yes";
|
||||
"with_glx": "yes";
|
||||
"with_wayland": "yes";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user