libtimezonemap: only include when x11 in DISTRO_FEATURES

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster 2018-03-07 08:17:47 -08:00
parent 8ad93299a2
commit d180e94930

View File

@ -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)