mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libtimezonemap: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
8ad93299a2
commit
d180e94930
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user