diff options
Diffstat (limited to 'ubuntu/maverick/dependencies/akode/debian/rules')
-rwxr-xr-x | ubuntu/maverick/dependencies/akode/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
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:: |