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
commitba766a6ca958f49b7fd21a0a23751e17e8f8cdd7 (patch)
treeccfea3efc23d421986ebf15963e24a2a3ccbfbbf
parent136b7aae0f3c314a96fffdd1a636ae37522e825f (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)}"