summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-01-22 17:42:27 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-03-14 14:26:22 +0100
commit21860b7990513471b84621b055c25473e9290307 (patch)
tree556ec844f3db6d33fdc2146a06852334bb72231e
parentd6b19689ae13562db9c39fdedd37a9f0407161c8 (diff)
gdk-pixbuf_%.bbappend: build for x11 dependend on DISTROFEATURES
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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)}"