diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-09-21 16:01:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-24 17:54:28 +0100 |
commit | 5d31e9400d2d4777a9dc2fa0e62eeb368103b3cb (patch) | |
tree | 37a623e87257d4d6fcfc0e0a6f584405e20afe2a /meta/recipes-sato/webkit | |
parent | 8733b53826539b6278867a0d57d6eaf52d585a24 (diff) | |
download | poky-5d31e9400d2d4777a9dc2fa0e62eeb368103b3cb.tar.gz |
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>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb index 82d670d944..859d0cb661 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | |||
@@ -18,7 +18,10 @@ SRC_URI = "\ | |||
18 | SRC_URI[md5sum] = "df79991848a5096d3a75289ebce547ae" | 18 | SRC_URI[md5sum] = "df79991848a5096d3a75289ebce547ae" |
19 | SRC_URI[sha256sum] = "3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20" | 19 | SRC_URI[sha256sum] = "3d1f0c534935f43fd74df90f2648fcee672d60f1f57a30fa557a77891ae04d20" |
20 | 20 | ||
21 | inherit cmake lib_package pkgconfig perlnative pythonnative | 21 | inherit cmake lib_package pkgconfig perlnative pythonnative distro_features_check |
22 | |||
23 | # depends on libxt | ||
24 | REQUIRED_DISTRO_FEATURES = "x11" | ||
22 | 25 | ||
23 | DEPENDS = "zlib enchant libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \ | 26 | DEPENDS = "zlib enchant libsoup-2.4 curl libxml2 cairo libxslt libxt libidn gnutls \ |
24 | gtk+ gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native gperf-native sqlite3 \ | 27 | gtk+ gtk+3 gstreamer1.0 gstreamer1.0-plugins-base flex-native gperf-native sqlite3 \ |