[SCM] qtbase packaging branch, experimental, updated. debian/5.2.1+dfsg-1-2-gf43fe1a

Pino Toscano pino at moszumanska.debian.org
Mon Feb 17 08:14:23 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=f43fe1a

The following commit has been merged in the experimental branch:
commit f43fe1ab996786c3818b203a167a18a7114eb4a3
Author: Pino Toscano <pino at debian.org>
Date:   Mon Feb 17 09:13:45 2014 +0100

    disable eglfs on any non-Linux architecture
    
    while the dependencies for it might be satisfied, the code seems
    tied to/requiring Linux stuff
---
 debian/changelog | 3 +++
 debian/rules     | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 05d0acd..7241445 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtbase-opensource-src (5.2.1+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Disable eglfs on any non-Linux architecture; while the dependencies
+    for it might be satisfied, the code seems tied to/requiring Linux stuff.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 17 Feb 2014 09:09:16 +0100
 
diff --git a/debian/rules b/debian/rules
index 865742d..6a0e167 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,6 +60,10 @@ else
 	extra_configure_opts += -opengl desktop
 endif
 
+ifneq ($(DEB_HOST_ARCH_OS),linux)
+	extra_configure_opts += -no-eglfs
+endif
+
 ifeq ($(DEB_HOST_ARCH_OS),linux)
   ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64 mips64 mips64el))
 	platform_arg = linux-g++

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list