diff options
author | Holger Freyther <zecke@selfish.org> | 2007-10-21 12:56:09 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-10-21 12:56:09 +0000 |
commit | 48bc6e67b38a64f6a6c065ec15f02d042fea8c45 (patch) | |
tree | 02111ecd1c88175f2a2326cbf7a9fde9a14014a4 /conf | |
parent | 6ab2767ae321ad4f2f5891a7e359fd7273845bd5 (diff) |
packages/webkit: Build the Qt/Qtopia port of WebKit as well.
Unifiy the WebKit recipe and allow to build the Gtk+, Qt
and Qtopia port. Add classes/qtopia4core.bbclass to assist
building for Qtopia. Change the WebKit.pro to currently not
build the testkjs and DumpRenderTree test utilities.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 332b69d779..edb02cbe86 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -96,6 +96,8 @@ SRCREV_pn-settings-daemon ?= "1615" SRCREV_pn-sjf2410-linux-native ?= "933" SRCREV_pn-sphyrna ?= "44" SRCREV_pn-webkit-gtk ?= "26079" +SRCREV_pn-webkit-qt ?= "26079" +SRCREV_pn-webkit-qtopia ?= "26079" SRCREV_pn-xoo ?= "1623" SRCREV_pn-mplayer ?= "24587" SRCREV_pn-networkmanager ?= "2887" |