summaryrefslogtreecommitdiff
path: root/recipes-gnome
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-09-02 21:15:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 12:23:56 +0200
commit2f7291f126a7b56cb5d6d0f52812df8ae62c8c93 (patch)
tree286552339a44fa9b414662de5e34e7f8e635672d /recipes-gnome
parentd0ff4ff1589b542ce94af6d2820a357ff76e0a24 (diff)
gdk-pixbuf: change to the new X11DEPENDS for override
Diffstat (limited to 'recipes-gnome')
-rw-r--r--recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bbappend b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bbappend
index a43743e..d28ef3c 100644
--- a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bbappend
+++ b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.26.5.bbappend
@@ -2,4 +2,4 @@ PRINC = "1"
# build for x11, at least lxpanel needs this
DEPENDS += "virtual/libx11"
-EXTRA_OECONF += "--with-x11"
+X11DEPENDS += "--with-x11"