summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libtimezonemap
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/libtimezonemap')
-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 d6aeed380..957d7d027 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 \
15 15
16B = "${S}" 16B = "${S}"
17 17
18inherit autotools pkgconfig gobject-introspection 18inherit distro_features_check autotools pkgconfig gobject-introspection
19
20REQUIRED_DISTRO_FEATURES = "x11"
19 21
20do_configure_prepend() { 22do_configure_prepend() {
21 (cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh) 23 (cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh)