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
commit35b8b9be9c9ed5e9606b69a29a6abe0ac74f4421 (patch)
treec6cbd2dea0f9ab799fe77c015e41d86ba37fe790 /recipes-gnome
parent12eb22c084e4dd47429264160d9f1c920c0c9dd0 (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"