[SCM] QtWebKit packaging branch, master, updated. debian/2.1.0-2011week03-1-6-g388788c

Fathi Boudra fabo at alioth.debian.org
Wed Mar 9 11:14:02 UTC 2011


The following commit has been merged in the master branch:
commit 388788cac7ea6363c08299912d952c05a90a9133
Author: Fathi Boudra <fabo at debian.org>
Date:   Wed Mar 9 13:08:16 2011 +0200

    make enable_video on Linux only
---
 debian/rules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 11ce61d..b7345d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,11 @@
 #export DH_VERBOSE=1
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-	extra_configure_opts = DEFINES+=ENABLE_GEOLOCATION=1
+	extra_configure_opts = DEFINES+=ENABLE_VIDEO=1 DEFINES+=ENABLE_GEOLOCATION=1
 endif
 
 %:
 	dh $@ --buildsystem=qmake --parallel --list-missing --dbg-package=libqtwebkit4-dbg --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	dh_auto_configure -- DEFINES+=ENABLE_VIDEO=1 $(extra_configure_opts)
+	dh_auto_configure -- $(extra_configure_opts)

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list