mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
gsettings: run gsettings-data-convert from gsettings-helper
This was originally planned to be done by paprefs when it starts, but since the schema is now fully controlled by pulseaudio, it makes sense to run the conversion from pulseaudio instead.
This commit is contained in:
parent
f8abe975ab
commit
e3b68ee76f
3 changed files with 172 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ endif
|
|||
if HAVE_DBUS
|
||||
dbuspolicydir=$(sysconfdir)/dbus-1/system.d
|
||||
endif
|
||||
if HAVE_GSETTINGS
|
||||
gsettingsdataconvertdir=$(datadir)/GConf/gsettings
|
||||
endif
|
||||
|
||||
###################################
|
||||
# Compiler/linker flags #
|
||||
|
|
@ -1418,6 +1421,9 @@ modlibexec_LTLIBRARIES += \
|
|||
|
||||
pulselibexec_PROGRAMS += \
|
||||
gsettings-helper
|
||||
|
||||
dist_gsettingsdataconvert_DATA = \
|
||||
modules/gsettings/pulseaudio.convert
|
||||
endif
|
||||
|
||||
if HAVE_WAVEOUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue