[oe-commits] Michael 'Mickey' Lauer : qt4-x11-free.inc: enable building webkit

GIT User account git at amethyst.openembedded.net
Mon Nov 17 22:18:38 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6a409c8ff1b97c5917dbad5aaf71bcef506223b4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6a409c8ff1b97c5917dbad5aaf71bcef506223b4

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Nov 17 23:14:33 2008 +0100

qt4-x11-free.inc: enable building webkit

---

 packages/qt4/qt4-x11-free.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/qt4/qt4-x11-free.inc b/packages/qt4/qt4-x11-free.inc
index 17f2fff..5c058e9 100644
--- a/packages/qt4/qt4-x11-free.inc
+++ b/packages/qt4/qt4-x11-free.inc
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.trolltech.com"
 LICENSE = "GPL QPL"
 DEPENDS += "virtual/libx11 fontconfig xft libxext libxrender libxrandr libxcursor"
 PROVIDES = "qt4x11"
-PR = "r10"
+PR = "r10.01"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \
            file://0001-cross-compile.patch;patch=1 \
@@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz
 S = "${WORKDIR}/qt-x11-opensource-src-${PV}"
 
 
-QT_CONFIG_FLAGS += "-no-xinerama -no-tablet -no-xkb -no-opengl"
+QT_CONFIG_FLAGS += "-no-xinerama -no-tablet -no-xkb -no-opengl -webkit"
 QT_BASE_NAME = "qt4"
 QT_BASE_LIB  = "libqt"
 QT_DIR_NAME = "qt4"





More information about the Openembedded-commits mailing list