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:
Peter Hutterer 2021-10-13 09:54:55 +10:00 committed by Wim Taymans
parent 81381b98d5
commit f4516e6745

View file

@ -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 = [ conf_files = [
[ 'bluez-monitor.conf', 'bluez-monitor.conf' ], [ 'bluez-monitor.conf', 'bluez-monitor.conf' ],
[ 'v4l2-monitor.conf', 'v4l2-monitor.conf' ], [ 'v4l2-monitor.conf', 'v4l2-monitor.conf' ],