mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
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:
parent
0ee9d65467
commit
d25387454a
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue