[SCM] Qt 4 packaging branch, master, updated. debian/4.7.3-1-11-g0a9622e

Fathi Boudra fabo at alioth.debian.org
Sun Jun 12 18:33:24 UTC 2011


The following commit has been merged in the master branch:
commit 0a9622e564bfcdb24612e157c3d72022bbdf5606
Author: Fathi Boudra <fabo at debian.org>
Date:   Sun Jun 12 20:47:11 2011 +0300

    use explicit variable: gles2_architectures
---
 debian/rules |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 82cfe17..266b904 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,11 +38,12 @@ ifeq ($(DEB_HOST_ARCH),armhf)
 	extra_configure_opts += -arch armv6
 endif
 
-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), armel armhf))
+gles2_architectures := armel armhf
+ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(gles2_architectures)))
 	extra_configure_opts += -opengl es2
 else
-	extra_configure_opts += -opengl desktop
-	extra_configure_opts += -no-egl
+	extra_configure_opts += -opengl desktop \
+	                        -no-egl
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list