summaryrefslogtreecommitdiffstats
path: root/meta/packages/webkit/webkit-gtk_svn.bb
blob: 517d7e80621e96d242733dba8ed64dea1560623e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DEPENDS = "curl icu libxml2 cairo libxslt libidn gnutls gtk+"

# If you activate HTML5 media support (ENABLE_VIDEO=1) you'll need:
# DEPENDS += " gstreamer gst-plugins-base gnome-vfs "


WEBKIT_PORT = "gtk-port"
WEBKIT_EXTRA_OPTIONS = "CONFIG-=qt"

FILES_webkit-gtklauncher = "${bindir}/GtkLauncher"
FILES_webkit-gtklauncher-dbg += "${bindir}/.debug/GtkLauncher"

require webkit.inc

SRC_URI += "file://autogen.sh \
            file://configure.ac \
            file://GNUmakefile.am \
            file://fix_im.patch;patch=1 \
	   "

PR = "r5"

do_install() {
	install -d ${D}${bindir}
	install -d ${D}${libdir}
	install -d ${D}${libdir}/pkgconfig

	install -m 0755 ${S}/WebKitBuilds/Debug/WebKitTools/GtkLauncher/GtkLauncher ${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
}