aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.5.bb')
-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)