aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-05-30 04:23:55 +0200
committerDavide Pesavento <pesa@gentoo.org>2015-05-30 04:23:55 +0200
commitdc8ea6f65c04a593eb7cf79a760db237bcdf558c (patch)
treefe50cc57be8e216b006a7d6332d4c3fb81735f42
parent[dev-qt/qtwebkit23] Several fixes and enhancements. (diff)
downloadqt-dc8ea6f6.tar.gz
qt-dc8ea6f6.tar.bz2
qt-dc8ea6f6.zip
[dev-qt/qtwebkit23] Prevent automagic dependency on qt-mobility.
Package-Manager: portage-2.2.20
-rw-r--r--dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild b/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
index f3751658..b1ddbdd2 100644
--- a/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
+++ b/dev-qt/qtwebkit23/qtwebkit23-2.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:38:53 pesa Exp $
@@ -78,7 +78,12 @@ multilib_src_compile() {
--makeargs="${MAKEOPTS}"
--$(usex debug debug release)
--$(usex gstreamer video no-video)
+ # disable WebKit2 since it requires Qt5
--no-webkit2
+ # prevent automagic dependency on qt-mobility (bug 547350)
+ --no-geolocation
+ --no-device-orientation
+ --no-orientation-events
# copied from eqmake4
QMAKE_AR="'$(tc-getAR) cqs'"
QMAKE_CC="'$(tc-getCC)'"