mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
media-session: decouple config from the pipewire daemon config
There are only two values we care about that are identical, we can re-set those in a new configuration_data() object. All the other values set by the pipewire daemon are related to how we start the session manager which isn't applicable here.
This commit is contained in:
parent
81381b98d5
commit
f4516e6745
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
conf_config = configuration_data()
|
||||
conf_config.set('VERSION', '"@0@"'.format(pipewire_version))
|
||||
conf_config.set('PIPEWIRE_CONFIG_DIR', pipewire_configdir)
|
||||
|
||||
conf_files = [
|
||||
[ 'bluez-monitor.conf', 'bluez-monitor.conf' ],
|
||||
[ 'v4l2-monitor.conf', 'v4l2-monitor.conf' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue