[SCM] gsequencer/master: disable alsa for non-linux and oss4 only kfreebsd in debian/rules

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Tue Jan 31 08:35:20 UTC 2017


The following commit has been merged in the master branch:
commit 8cdd9b42b74627a27b6c17a4364e659d1a7ba787
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Tue Jan 31 08:54:34 2017 +0100

    disable alsa for non-linux and oss4 only kfreebsd in debian/rules

diff --git a/debian/rules b/debian/rules
index fc2ae40..141aec1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,13 @@ ifeq ($(DEB_HOST_ARCH_OS),linux)
 else
   archconfflags += --disable-alsa
 endif
-archconfflags += --enable-oss
+
+
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+  archconfflags += --enable-oss
+else
+  archconfflags += --disable-oss
+endif
 
 archconfflags += --enable-gtk-doc --enable-gtk-doc-html
 

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list