From d25387454a8aafa9cde0de17d8792e58e95722ef Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Fri, 11 May 2018 14:06:21 +0300 Subject: 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. --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8ef9eb252..e77624f6d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- cgit v1.2.1