mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-24 21:20:03 +01:00
meson_options.txt: Add option to disable dbus
This commit is contained in:
parent
7810196596
commit
3e83e55820
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ option('introspection', type : 'feature', value : 'auto',
|
||||||
description : 'Generate gobject-introspection bindings')
|
description : 'Generate gobject-introspection bindings')
|
||||||
option('doc', type : 'feature', value : 'auto',
|
option('doc', type : 'feature', value : 'auto',
|
||||||
description: 'Enable documentation.')
|
description: 'Enable documentation.')
|
||||||
|
option('dbus', type : 'boolean', value : 'true',
|
||||||
|
description: 'Enable dbus support')
|
||||||
option('system-lua', type : 'boolean', value : 'false',
|
option('system-lua', type : 'boolean', value : 'false',
|
||||||
description : 'Use lua from the system instead of the bundled one')
|
description : 'Use lua from the system instead of the bundled one')
|
||||||
option('system-lua-version',
|
option('system-lua-version',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue