[oe-commits] [meta-openembedded] 55/89: gtksourceview2: add x11 to REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 14:33:57 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 0b365d7248935f04831435b2ee9e24cf025c1881
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Nov 22 15:30:52 2016 +0800

    gtksourceview2: add x11 to REQUIRED_DISTRO_FEATURES
    
    gtksourceview2 depends on gtk+ which requires x11 distro feature.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
index ebd2955..df37b04 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
@@ -10,7 +10,9 @@ PNAME = "gtksourceview"
 
 S = "${WORKDIR}/${PNAME}-${PV}"
 
-inherit gnomebase lib_package gettext
+inherit gnomebase lib_package gettext distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 # overrule SRC_URI from gnome.conf
 SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2;name=archive \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list