summaryrefslogtreecommitdiff
path: root/packages/webkit/webkit-qt.inc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-10-25 22:45:56 +0000
committerHolger Freyther <zecke@selfish.org>2007-10-25 22:45:56 +0000
commit279d19cb2b497fd1168adfc5fa5008e11e10a538 (patch)
treeb89ac19fd48860849226f97e1c73a6604e7e07f0 /packages/webkit/webkit-qt.inc
parenta5c64e02cdd62a588fdb3ef9fbeab9dfb7e1a742 (diff)
packages/webkit: Build and package naming fixes (when using debian renaming)
We do not want the package to be named libwebkitgtk-launcher but want to keep the webkit-gtklauncher names. The same applies to Qt and Qtopia. Use my Gtk+ API defines for the WebKit/Qt port as well.
Diffstat (limited to 'packages/webkit/webkit-qt.inc')
-rw-r--r--packages/webkit/webkit-qt.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/packages/webkit/webkit-qt.inc b/packages/webkit/webkit-qt.inc
index cb9c1f7943..626b691e50 100644
--- a/packages/webkit/webkit-qt.inc
+++ b/packages/webkit/webkit-qt.inc
@@ -1,12 +1,15 @@
WEBKIT_PORT = "qt"
WEBKIT_EXTRA_OPTIONS = ""
-PACKAGES =+ "${PN}launcher-dbg ${PN}launcher"
FILES_${PN}launcher = "${bindir}/QtLauncher"
FILES_${PN}launcher-dbg = "${bindir}/.debug/*"
+RDEPENDS += "openssl"
+
require webkit.inc
+SRC_URI += " file://qt-api-changes.diff;patch=0;pnum=0 "
+
do_install() {
install -d ${D}${bindir}
install -d ${D}${libdir}
@@ -16,5 +19,12 @@ do_install() {
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}
+#}
+