diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-14 22:13:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-14 22:17:51 +0900 |
| commit | 4cf235675a587b98ba51ac7300d5b17367713aac (patch) | |
| tree | 4520b7fb426e2e07be936543a590ea9ccb0106bd /internal/rosa/package/dbus.az | |
| parent | 098943ab469be1d95a5555650397d4894f67570e (diff) | |
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>
Diffstat (limited to 'internal/rosa/package/dbus.az')
| -rw-r--r-- | internal/rosa/package/dbus.az | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/rosa/package/dbus.az b/internal/rosa/package/dbus.az index 8df149af..7bdf343d 100644 --- a/internal/rosa/package/dbus.az +++ b/internal/rosa/package/dbus.az @@ -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"; }; }; |
