aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-09-03 14:04:35 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-09-03 14:04:35 +0000
commit3ba3acf6374affbaf7e7eed45c59225e307b809c (patch)
tree297e91843d838c972e50484360f61011571aca3e /packages
parent8ba324c9581d435fd728cddda6a5f59740bd3dac (diff)
parent7217b0c316ec2caacf1d1d7d8eeb539f86dc16e0 (diff)
downloadopenembedded-3ba3acf6374affbaf7e7eed45c59225e307b809c.tar.gz
merge of '0b5587edb6c37bedf357b56ee1438f317f10673f'
and '862b21d8f8b53f723771b71216302b89245e8b8a'
Diffstat (limited to 'packages')
-rw-r--r--packages/webkit/webkit-gtk_svn.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/webkit/webkit-gtk_svn.bb b/packages/webkit/webkit-gtk_svn.bb
index 8a6480d54f..112c45c1e3 100644
--- a/packages/webkit/webkit-gtk_svn.bb
+++ b/packages/webkit/webkit-gtk_svn.bb
@@ -1,10 +1,10 @@
-DEPENDS = "flex-native gperf-native gperf perl-native curl icu uicmoc4-native qmake2-native libxml2 sqlite3 cairo libxslt libidn gnutls gtk+"
+DEPENDS = "flex-native gperf-native gperf perl-native curl icu libxml2 sqlite3 cairo libxslt libidn gnutls gtk+"
# Yes, this is wrong...
PV = "0.0+svn${SRCDATE}"
PR = "r1"
-inherit qmake qt4x11 pkgconfig
+inherit qmake2 pkgconfig
SRC_URI = "\
svn://svn.webkit.org/repository/webkit/trunk/;module=JavaScriptCore;proto=http \
@@ -21,7 +21,7 @@ SRC_URI = "\
"
S = "${WORKDIR}/"
-do_configure_append() {
+do_configure() {
qmake2 -spec ${QMAKESPEC} CONFIG+=gdk-port CONFIG-=qt CONFIG-=release CONFIG+=debug
mkdir -p WebKitBuilds/Debug
cd WebKitBuilds/Debug