From 9701186708410a29d878f2a10e3c85210c0259c8 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 7 Mar 2018 08:39:00 -0800 Subject: libgnomeui: only include when x11 in DISTRO_FEATURES Signed-off-by: Armin Kuster --- meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome') diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb index b78ffc505b..ff8a680d67 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.5.bb @@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" SECTION = "x11/gnome/libs" DEPENDS = "libgnome libgnomecanvas libbonoboui libgnome-keyring intltool-native gnome-common-native" -inherit gnome +inherit distro_features_check gnome + +REQUIRED_DISTRO_FEATURES = "x11" FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ ${libdir}/libglade/*/lib*.so \ -- cgit 1.2.3-korg