mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
webkitgtk: add REQUIRED_DISTRO_FEATURES
* original webkit-gtk_1.8.3.bb recipe already had this, I don't know why it was removed when upgrading to 2.8.5 (From OE-Core rev: a2123dd753b70470065df277deda500cae478289) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8733b53826
commit
5d31e9400d
@@ -18,7 +18,10 @@ SRC_URI = "\
|
||||
SRC_URI[md5sum] = "df79991848a5096d3a75289ebce547ae"
|
||||
SRC_URI[sha256sum] = "3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20"
|
||||
|
||||
inherit cmake lib_package pkgconfig perlnative pythonnative
|
||||
inherit cmake lib_package pkgconfig perlnative pythonnative distro_features_check
|
||||
|
||||
# depends on libxt
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
DEPENDS = "zlib enchant libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \
|
||||
gtk+ gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native gperf-native sqlite3 \
|
||||
|
||||
Reference in New Issue
Block a user