mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
libtimezonemap: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -15,7 +15,9 @@ DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native \
|
|||||||
|
|
||||||
B = "${S}"
|
B = "${S}"
|
||||||
|
|
||||||
inherit autotools pkgconfig gobject-introspection
|
inherit distro_features_check autotools pkgconfig gobject-introspection
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
(cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh)
|
(cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh)
|
||||||
|
|||||||
Reference in New Issue
Block a user