diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-07 08:17:47 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 09:59:34 -0700 |
commit | d180e949301ae255618f3fdc2b2e3aeb8dd12651 (patch) | |
tree | 101bb283a514b175662f43073ae1b3d2fc94845f /meta-gnome/recipes-gnome | |
parent | 8ad93299a20c5369cec773cfe276398ac646dc8e (diff) | |
download | meta-openembedded-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.bb | 4 |
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 | ||
16 | B = "${S}" | 16 | B = "${S}" |
17 | 17 | ||
18 | inherit autotools pkgconfig gobject-introspection | 18 | inherit distro_features_check autotools pkgconfig gobject-introspection |
19 | |||
20 | REQUIRED_DISTRO_FEATURES = "x11" | ||
19 | 21 | ||
20 | do_configure_prepend() { | 22 | do_configure_prepend() { |
21 | (cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh) | 23 | (cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh) |