blob: 42d6fc8c4c69c62c62e3e031b56abedd60d71558 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
DESCRIPTION = " Webkit browser engine, EFL edition"
LICENSE = "GPL"
PV="0.1+gitr${SRCREV}"
PR="r1"
DEPENDS = "icu flex gst-plugins-base gstreamer jpeg libpng libxml2 pango \
libsoup-2.4 eina ecore evas edje cairo fontconfig freetype curl \
sqlite3 libxslt gperf-native libxt"
SRC_URI = "git://gitorious.org/webkit-efl/webkit-efl.git;protocol=git;branch=master"
S= "${WORKDIR}/git"
inherit autotools lib_package pkgconfig
EXTRA_OECONF = "--disable-video --host=${TARGET_SYS} --with-port=efl --enable-web-workers=no"
do_stage() {
autotools_stage_all
}
PACKAGES =+ "${PN}-webinspector"
FILES_${PN}-webinspector = "${datadir}/webkit-1.0/webinspector/"
|