gnome-menus3: 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:13:16 -08:00
parent 3c120afe85
commit 1b245ae291

View File

@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
DEPENDS = "python libxml2 gconf popt gtk+3 intltool-native gnome-common-native"
inherit gnomebase pkgconfig python-dir pythonnative gobject-introspection
inherit distro_features_check gnomebase pkgconfig python-dir pythonnative gobject-introspection
REQUIRED_DISTRO_FEATURES = "x11"
BPN = "gnome-menus"