[Pipewire-devel] [PATCH wireplumber 1/2] meson_options.txt: Add option to disable dbus

Haelwenn (lanodan) Monnier contact at hacktivis.me
Sun Sep 25 00:16:43 UTC 2022


---
 meson_options.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meson_options.txt b/meson_options.txt
index 163757c..9ad9ddc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,6 +2,8 @@ option('introspection', type : 'feature', value : 'auto',
        description : 'Generate gobject-introspection bindings')
 option('doc', type : 'feature', value : 'auto',
        description: 'Enable documentation.')
+option('dbus', type : 'boolean', value : 'true',
+       description: 'Enable dbus support')
 option('system-lua', type : 'boolean', value : 'false',
        description : 'Use lua from the system instead of the bundled one')
 option('system-lua-version',
-- 
2.35.1



More information about the Pipewire-devel mailing list