mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
context: add suport.dbus option
Add a support.dbus option in the context that can be used to disable the dbus feature.
This commit is contained in:
parent
2c2ba6eec3
commit
70390a631e
3 changed files with 17 additions and 13 deletions
|
|
@ -3,7 +3,7 @@ context.properties = {
|
|||
# Properties to configure the session and some
|
||||
# modules.
|
||||
#mem.mlock-all = false
|
||||
#dbus = true
|
||||
#support.dbus = true
|
||||
}
|
||||
|
||||
context.spa-libs = {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ context.properties = {
|
|||
## Configure properties in the system.
|
||||
#library.name.system = support/libspa-support
|
||||
#context.data-loop.library.name.system = support/libspa-support
|
||||
#support.dbus = true
|
||||
#link.max-buffers = 64
|
||||
link.max-buffers = 16 # version < 3 clients can't handle more
|
||||
#mem.warn-mlock = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue