build-sys: fix distribution of GSettings files

dist_gsettingsdataconvert_DATA was set only if GSettings was enabled. If
the developer that generates the tarball doesn't have GSettings enabled,
pulseaudio.convert wouldn't get included in the tarball.

The schema file was not being added to the tarball even if GSettings was
enabled.
This commit is contained in:
Tanu Kaskinen 2018-05-11 14:06:21 +03:00
parent 0ee9d65467
commit d25387454a

View file

@ -109,7 +109,9 @@ EXTRA_DIST = \
daemon/pulseaudio.desktop.in \
map-file \
daemon/pulseaudio-system.conf \
modules/echo-cancel/adrian-license.txt
modules/echo-cancel/adrian-license.txt \
modules/gsettings/org.freedesktop.pulseaudio.gschema.xml \
modules/gsettings/pulseaudio.convert
pulseconf_DATA = \
default.pa \
@ -1422,7 +1424,7 @@ modlibexec_LTLIBRARIES += \
pulselibexec_PROGRAMS += \
gsettings-helper
dist_gsettingsdataconvert_DATA = \
gsettingsdataconvert_DATA = \
modules/gsettings/pulseaudio.convert
endif