mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
meson: make it possible to compile without dbus
Make an option to disable dbus and all the code that depends on it. Fixes #1685
This commit is contained in:
parent
caf0b2df19
commit
5f7c4dec34
8 changed files with 39 additions and 20 deletions
|
|
@ -137,6 +137,10 @@ option('v4l2',
|
|||
description: 'Enable v4l2 spa plugin integration',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('dbus',
|
||||
description: 'Enable code that depends on dbus',
|
||||
type: 'feature',
|
||||
value: 'enabled')
|
||||
option('libcamera',
|
||||
description: 'Enable libcamera spa plugin integration',
|
||||
type: 'feature',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue