summaryrefslogtreecommitdiff
path: root/packages/webkit/webkit-qt.inc
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-03-17 15:30:02 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2009-03-17 15:30:02 +0100
commit6041d2d7eb0d9a4885bff1aa38ddffd75388ca64 (patch)
treeda4b34a3b2c18167b8c66923e9873e436e99d3ed /packages/webkit/webkit-qt.inc
parente4ca68f6b5e6d7c386a9cee785bec7f5a6c13288 (diff)
webkit-qt(opia): drop obsolete test packages
* remove webkit-qt and webkit-qtopia, webkit support is now provided as part of Qt itself Acked-By: Holger Hans Peter Freyther <zecke@selfish.org>
Diffstat (limited to 'packages/webkit/webkit-qt.inc')
-rw-r--r--packages/webkit/webkit-qt.inc32
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/webkit/webkit-qt.inc b/packages/webkit/webkit-qt.inc
deleted file mode 100644
index 5522a7cf53..0000000000
--- a/packages/webkit/webkit-qt.inc
+++ /dev/null
@@ -1,32 +0,0 @@
-WEBKIT_PORT = "qt"
-WEBKIT_EXTRA_OPTIONS = ""
-
-FILES_${PN}launcher = "${bindir}/QtLauncher"
-FILES_${PN}launcher-dbg += "${bindir}/.debug/*"
-
-RDEPENDS += "openssl"
-
-require webkit.inc
-
-PR = "r6"
-SRC_URI += " file://qt-api-changes.diff;patch=0;pnum=0 \
- file://qtwebkit-use-image-decoders.patch;patch=0 "
-
-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
-
- oe_libinstall -C ${S}/WebKitBuilds/Debug/lib libQtWebKit ${D}${libdir}
-}
-
-# disabled as Qt and Qtopia will not like each other...
-#do_stage_prepend() {
-# oe_libinstall -C ${S}/WebKitBuilds/Debug/lib libQtWebKit ${D}${libdir}
-#}
-