From patchwork Mon Mar 19 15:53:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gdk-pixbuf: Disable xlib library since we don't have anything needing this as yet and no libx11 DEPENDS Date: Mon, 19 Mar 2012 15:53:55 -0000 From: Richard Purdie X-Patchwork-Id: 23811 Message-Id: <1332172435.9740.33.camel@ted> To: openembedded-core This is currently causing builds not to be deterministic. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb index 30b3fcf..49a6023 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb @@ -28,6 +28,7 @@ LIBV = "2.10.0" EXTRA_OECONF = "\ --without-libtiff \ --with-libpng \ + --without-x11 \ --disable-introspection \ "