diff options
author | Holger Freyther <zecke@selfish.org> | 2007-10-25 22:45:56 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-10-25 22:45:56 +0000 |
commit | 279d19cb2b497fd1168adfc5fa5008e11e10a538 (patch) | |
tree | b89ac19fd48860849226f97e1c73a6604e7e07f0 /packages/webkit/webkit-qt.inc | |
parent | a5c64e02cdd62a588fdb3ef9fbeab9dfb7e1a742 (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.inc | 12 |
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} +#} + |