summaryrefslogtreecommitdiff
path: root/recipes-gnome
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-07-26 19:27:39 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-09-29 06:37:50 +0200
commitd583d7a0c134430011401ddb914548fb331d1bd9 (patch)
treee45308d8f8ab9e961a0e90da6f1a7e91bf2fc252 /recipes-gnome
parent59eae5a746ef6cb150bef2a03254d086f2eae0fb (diff)
gdk-pixbuf_%.bbappend: build for x11
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-gnome')
-rw-r--r--recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend
new file mode 100644
index 0000000..8e0bbc2
--- /dev/null
+++ b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend
@@ -0,0 +1,2 @@
+# build for x11, at least lxpanel needs this
+PACKAGECONFIG_append = "${@base_contains('DISTRO_FEATURES', 'x11', ' x11', '', d)}"