From 21860b7990513471b84621b055c25473e9290307 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 22 Jan 2016 17:42:27 +0100 Subject: gdk-pixbuf_%.bbappend: build for x11 dependend on DISTROFEATURES Signed-off-by: Max Krummenacher Signed-off-by: Marcel Ziswiler --- recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend index 3e93d15..8e0bbc2 100644 --- a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend +++ b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend @@ -1,2 +1,2 @@ # build for x11, at least lxpanel needs this -PACKAGECONFIG_append = " x11" +PACKAGECONFIG_append = "${@base_contains('DISTRO_FEATURES', 'x11', ' x11', '', d)}" -- cgit v1.2.3