[Pkg-sdl-commits] [libsdl2] 01/01: Fix test in debian/rules, the string "linux" actually does not appear in Linux-based architectures

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sat Mar 15 01:45:03 UTC 2014


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

mafm pushed a commit to branch master
in repository libsdl2.

commit 772aa3bc00119101dbfbd274d1f69448bd8bc27b
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Sat Mar 15 01:44:29 2014 +0000

    Fix test in debian/rules, the string "linux" actually does not appear in Linux-based architectures
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bb86c63..975e408 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,10 @@ ifeq ($(DEB_HOST_ARCH_CPU),powerpc)
 endif
 
 # disable Wayland on non-Linux, they do not support other kernels at the moment
-ifeq (,$(findstring linux,$(DEB_HOST_ARCH_CPU)))
+ifeq (hurd,$(findstring hurd,$(DEB_HOST_ARCH_CPU)))
+  confflags += --disable-video-wayland
+endif
+ifeq (kfreefsd,$(findstring kfreebsd,$(DEB_HOST_ARCH_CPU)))
   confflags += --disable-video-wayland
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2.git



More information about the pkg-sdl-commits mailing list