aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-07 08:17:47 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:34 -0700
commitd180e949301ae255618f3fdc2b2e3aeb8dd12651 (patch)
tree101bb283a514b175662f43073ae1b3d2fc94845f /meta-gnome/recipes-gnome
parent8ad93299a20c5369cec773cfe276398ac646dc8e (diff)
downloadmeta-openembedded-contrib-d180e949301ae255618f3fdc2b2e3aeb8dd12651.tar.gz
libtimezonemap: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb
index d6aeed380f..957d7d0279 100644
--- a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb
+++ b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb
@@ -15,7 +15,9 @@ DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native \
B = "${S}"
-inherit autotools pkgconfig gobject-introspection
+inherit distro_features_check autotools pkgconfig gobject-introspection
+
+REQUIRED_DISTRO_FEATURES = "x11"
do_configure_prepend() {
(cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh)