[oe-commits] Martin Jansa : webkitgtk: add REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 21:46:27 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: a2123dd753b70470065df277deda500cae478289
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a2123dd753b70470065df277deda500cae478289

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Sep 21 16:01:36 2015 +0200

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

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
index 82d670d..859d0cb 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 = "\
 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 \



More information about the Openembedded-commits mailing list