summaryrefslogtreecommitdiff
path: root/packages/webkit/webkit-qt.inc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-10-21 12:56:09 +0000
committerHolger Freyther <zecke@selfish.org>2007-10-21 12:56:09 +0000
commit48bc6e67b38a64f6a6c065ec15f02d042fea8c45 (patch)
tree02111ecd1c88175f2a2326cbf7a9fde9a14014a4 /packages/webkit/webkit-qt.inc
parent6ab2767ae321ad4f2f5891a7e359fd7273845bd5 (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 'packages/webkit/webkit-qt.inc')
-rw-r--r--packages/webkit/webkit-qt.inc20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/webkit/webkit-qt.inc b/packages/webkit/webkit-qt.inc
new file mode 100644
index 0000000000..bba8d83cce
--- /dev/null
+++ b/packages/webkit/webkit-qt.inc
@@ -0,0 +1,20 @@
+WEBKIT_PORT = "qt"
+WEBKIT_EXTRA_OPTIONS = ""
+PACKAGES =+ "webkit-qtlauncher-dbg webkit-qtlauncher"
+
+FILES_webkit-qtlauncher = "${bindir}/QtLauncher"
+FILES_webkit-qtlauncher-dbg = "${bindir}/.debug/*"
+
+require webkit.inc
+
+do_install() {
+ install -d ${D}${bindir}
+ install -d ${D}${libdir}
+ install -d ${D}${libdir}/pkgconfig
+
+ install -m 0755 ${S}/WebKitBuilds/Debug/bin/QtLauncher ${D}${bindir}
+ cd ${S}/WebKitBuilds/Debug
+ PWD=`pwd` ${WEBKIT_QMAKE} WEBKIT_INC_DIR=${D}${prefix}/include WEBKIT_LIB_DIR=${D}${libdir} $PWD/../../WebKit.pro
+ oe_runmake install
+}
+