mtd-utils_1.2.0+git: remove the second docfdisk from the binary list
[openembedded.git] / packages / webkit / webkit-qt.inc
blob5522a7cf5359eaeeb1f1c192c5ddf087a71c39bb
1 WEBKIT_PORT = "qt"
2 WEBKIT_EXTRA_OPTIONS = ""
4 FILES_${PN}launcher = "${bindir}/QtLauncher"
5 FILES_${PN}launcher-dbg += "${bindir}/.debug/*"
7 RDEPENDS += "openssl"
9 require webkit.inc
11 PR = "r6"
12 SRC_URI += " file://qt-api-changes.diff;patch=0;pnum=0 \
13              file://qtwebkit-use-image-decoders.patch;patch=0 "
15 do_install() {
16         install -d ${D}${bindir}
17         install -d ${D}${libdir}
18         install -d ${D}${libdir}/pkgconfig
20         install -m 0755 ${S}/WebKitBuilds/Debug/bin/QtLauncher ${D}${bindir}
21         cd ${S}/WebKitBuilds/Debug
22         PWD=`pwd` ${WEBKIT_QMAKE} WEBKIT_INC_DIR=${D}${prefix}/include WEBKIT_LIB_DIR=${D}${libdir} $PWD/../../WebKit.pro
23         oe_runmake install
25     oe_libinstall -C ${S}/WebKitBuilds/Debug/lib libQtWebKit ${D}${libdir}
28 # disabled as Qt and Qtopia will not like each other...
29 #do_stage_prepend() {
30 #    oe_libinstall -C ${S}/WebKitBuilds/Debug/lib libQtWebKit ${D}${libdir}