libgnomekbd: 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:14:45 -08:00
parent 1b245ae291
commit b8ecc2e007
@@ -6,7 +6,9 @@ SECTION = "x11/gnome/libs"
DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native"
inherit gnome gobject-introspection gettext
inherit distro_features_check gnome gobject-introspection gettext
REQUIRED_DISTRO_FEATURES = "x11"
GNOME_COMPRESS_TYPE = "xz"