From 1852d6905ce376ae9b4a770b4ebdc3cc3ae298f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 15 Oct 2015 09:43:26 +0200 Subject: Enable build akode with PulseAudio support on Debian and Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/maverick/dependencies/akode/debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ubuntu/maverick/dependencies/akode/debian/rules') diff --git a/ubuntu/maverick/dependencies/akode/debian/rules b/ubuntu/maverick/dependencies/akode/debian/rules index fd415f3f4..7d457930b 100755 --- a/ubuntu/maverick/dependencies/akode/debian/rules +++ b/ubuntu/maverick/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:: -- cgit v1.2.1