summaryrefslogtreecommitdiffstats
path: root/debian/lenny/dependencies/akode/debian/rules
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-10-15 09:43:26 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-07-14 15:43:31 +0200
commit33085b98553a3a865b4bd6d8d9b7553cfa8b33ab (patch)
treea28429dce95ac939007c3c4b481f6674c9d9b85f /debian/lenny/dependencies/akode/debian/rules
parent57fda27f388993ef96a125b8c7e5c8a3f6a7d8c8 (diff)
downloadtde-packaging-33085b98553a3a865b4bd6d8d9b7553cfa8b33ab.tar.gz
tde-packaging-33085b98553a3a865b4bd6d8d9b7553cfa8b33ab.zip
Enable build akode with PulseAudio support on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1852d6905ce376ae9b4a770b4ebdc3cc3ae298f6)
Diffstat (limited to 'debian/lenny/dependencies/akode/debian/rules')
-rwxr-xr-xdebian/lenny/dependencies/akode/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/lenny/dependencies/akode/debian/rules b/debian/lenny/dependencies/akode/debian/rules
index fd415f3f4..7d457930b 100755
--- a/debian/lenny/dependencies/akode/debian/rules
+++ b/debian/lenny/dependencies/akode/debian/rules
@@ -10,7 +10,7 @@ ifeq (linux,$(DEB_HOST_ARCH_OS))
DEB_DH_GENCONTROL_ARGS=-- -Valsa-dev=libasound2-dev
endif
-DEB_CONFIGURE_EXTRA_FLAGS := --without-libltdl --without-polypaudio --with-extra-includes=/usr/include/speex/
+DEB_CONFIGURE_EXTRA_FLAGS := --without-libltdl --with-extra-includes=/usr/include/speex/
DEB_DH_STRIP_ARGS := --dbg-package=akode-dbg
@@ -29,6 +29,7 @@ DEB_CMAKE_EXTRA_FLAGS := \
-DWITH_ALL_OPTIONS="ON" \
-DWITH_LIBLTDL="OFF" \
-DWITH_JACK_SINK="OFF" \
+ -DWITH_PULSE_SINK="ON" \
-DWITH_FFMPEG_DECODER="OFF"
common-install-prehook-arch::