[Pkg-voip-commits] [twinkle] 65/73: Enable ALSA support on Linux only

Peter Colberg pc-guest at moszumanska.debian.org
Wed Jan 6 00:31:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

pc-guest pushed a commit to branch master
in repository twinkle.

commit 290c66c97a2b6e032095131bd5ec63986bd02596
Author: Peter Colberg <peter at colberg.org>
Date:   Tue Dec 29 21:53:59 2015 -0500

    Enable ALSA support on Linux only
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 02e8fcb..5c07fa0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,12 @@
 #!/usr/bin/make -f
 
 # Disable ZRTP support for now (see: #797554)
-CONFIGURE_FLAGS = -DWITH_QT5=ON -DWITH_ALSA=ON -DWITH_ZRTP=OFF -DWITH_SPEEX=ON -DWITH_GSM=ON
+CONFIGURE_FLAGS = -DWITH_QT5=ON -DWITH_ZRTP=OFF -DWITH_SPEEX=ON -DWITH_GSM=ON
+
+# Enable ALSA support on Linux only
+ifeq (,$(filter $(DEB_HOST_ARCH),kfreebsd-amd64 kfreebsd-i386 hurd-i386))
+CONFIGURE_FLAGS += -DWITH_ALSA=ON
+endif
 
 %:
 	dh $@ --parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/twinkle.git



More information about the Pkg-voip-commits mailing list