libpulseaudio: declare conffiles in the right subpackage

This commit is contained in:
Tom Yan 2019-01-25 08:18:31 +08:00 committed by Fredrik Fornwall
parent 7b08f8071b
commit 4b4ba9aa60
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-neon-opt
--bindir=$TERMUX_PREFIX/libexec
ax_cv_PTHREAD_PRIO_INHERIT=no
ac_cv_func_posix_madvise=no"
TERMUX_PKG_CONFFILES="etc/pulse/client.conf etc/pulse/daemon.conf etc/pulse/default.pa etc/pulse/system.pa"
termux_step_pre_configure () {
# Avoid aclocal-1.15 dependency:

View File

@ -1,3 +1,4 @@
TERMUX_SUBPKG_INCLUDE="bin/ etc/ lib/libcli.so* lib/libprotocol-*.so* lib/librtp.so* lib/pulse-${TERMUX_PKG_VERSION}/ share/"
TERMUX_SUBPKG_DESCRIPTION="A featureful, general-purpose sound server"
TERMUX_SUBPKG_DEPENDS="libpulseaudio"
TERMUX_SUBPKG_CONFFILES="etc/pulse/client.conf etc/pulse/daemon.conf etc/pulse/default.pa etc/pulse/system.pa"