aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gtksourceview
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-11-22 15:30:52 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-23 15:24:47 +0100
commit0b365d7248935f04831435b2ee9e24cf025c1881 (patch)
tree7078bf3ca7d271c634d750c1058a0384300acee3 /meta-gnome/recipes-gnome/gtksourceview
parentfa62ed89902877ce8b39733e3afabbbbf5e479a3 (diff)
downloadmeta-openembedded-contrib-0b365d7248935f04831435b2ee9e24cf025c1881.tar.gz
gtksourceview2: add x11 to REQUIRED_DISTRO_FEATURES
gtksourceview2 depends on gtk+ which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gtksourceview')
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb4
1 files changed, 3 insertions, 1 deletions
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 ebd2955b2a..df37b04a56 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 \