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:
@@ -19,9 +19,9 @@ package dbus {
|
||||
|
||||
exec = meson {
|
||||
setup = {
|
||||
"Depoll": "enabled";
|
||||
"Dinotify": "enabled";
|
||||
"Dx11_autolaunch": "disabled";
|
||||
"epoll": "enabled";
|
||||
"inotify": "enabled";
|
||||
"x11_autolaunch": "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -50,7 +50,7 @@ package xdg-dbus-proxy {
|
||||
|
||||
exec = meson {
|
||||
setup = {
|
||||
"Dman": "disabled";
|
||||
"man": "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user