summaryrefslogtreecommitdiff
path: root/packages/webkit/webkit-qt.inc
blob: bba8d83ccea547247cce0088a96eb43f7eddbaf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}