mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
d4b344eb6e
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
46 lines
1.7 KiB
BlitzBasic
46 lines
1.7 KiB
BlitzBasic
DESCRIPTION = "Webkit browser engine, EFL edition"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://Source/WebKit/LICENSE;md5=4646f90082c40bcf298c285f8bab0b12 \
|
|
file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d84286dda758da57bd691 \
|
|
file://Source/WebKit/efl/ewk/EWebKit.h;endline=20;md5=55ea170b1582797d2c69712de850f2fa \
|
|
"
|
|
|
|
DEPENDS = "icu libxslt sqlite3 gperf-native bison-native flex-native jpeg \
|
|
libpng libxt fontconfig cairo freetype glib-2.0 libsoup-2.4 \
|
|
libxml2 pango eina ecore evas edje edbus gstreamer gst-plugins-base"
|
|
|
|
# 120145 and 122103 introduces dependency on libsoup-2.39.3 and glib-networking-2.33.2
|
|
SRCREV = "120144"
|
|
PV = "1.9.3+svnr${SRCPV}"
|
|
PR = "r3"
|
|
|
|
SRCREV_FORMAT = "source"
|
|
|
|
SRC_URI = "\
|
|
svn://svn.webkit.org/repository/webkit/trunk;module=Source;name=source;protocol=http;subdir=src \
|
|
svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitLibraries;protocol=http;subdir=src \
|
|
svn://svn.webkit.org/repository/webkit/trunk/;module=Tools;protocol=http;subdir=src \
|
|
file://0001-ewk-include-Element.h-for-hasTagName-function.patch \
|
|
file://CMakeLists.txt \
|
|
file://bison-2.6.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/src"
|
|
|
|
do_configure_prepend() {
|
|
cp ${WORKDIR}/CMakeLists.txt ${S};
|
|
}
|
|
|
|
inherit cmake lib_package pkgconfig perlnative pythonnative
|
|
|
|
ARM_INSTRUCTION_SET = "arm"
|
|
|
|
EXTRA_OECMAKE = "-DPORT=Efl -DSHARED_CORE=On -DENABLE_DRAG_SUPPORT=On"
|
|
|
|
LEAD_SONAME = "libewebkit.so"
|
|
PACKAGES =+ "${PN}launcher-dbg ${PN}launcher"
|
|
|
|
FILES_${PN} += "${datadir}/webkit-1.0/theme/default.edj ${datadir}/ewebkit-0/themes/default.edj"
|
|
FILES_${PN}launcher = "${bindir}/EWebLauncher"
|
|
FILES_${PN}launcher-dbg = "${bindir}/.debug/EWebLauncher"
|