diff options
Diffstat (limited to 'recipes/webkit/webkit-efl_git.bb')
-rw-r--r-- | recipes/webkit/webkit-efl_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/webkit/webkit-efl_git.bb b/recipes/webkit/webkit-efl_git.bb new file mode 100644 index 0000000000..6dca9e049c --- /dev/null +++ b/recipes/webkit/webkit-efl_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = " Webkit browser engine, EFL edition" +LICENSE = "GPL" +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" + +PV = "1.1.11+gitr${SRCREV}" +PR = "r1" + +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" + +PACKAGES =+ "${PN}-webinspector" + +FILES_${PN} += "${datadir}/webkit-1.0/resources/error.html ${datadir}/webkit-1.0/theme/default.edj" +FILES_${PN}-webinspector = "${datadir}/webkit-1.0/webinspector/" |