Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gdk-pixbuf: Disable xlib library since we don't have anything needing this as yet and no libx11 DEPENDS
@ 2012-03-19 15:53 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-03-19 15:53 UTC (permalink / raw)
  To: openembedded-core

This is currently causing builds not to be deterministic.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
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 \
 "
 




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-19 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 15:53 [PATCH] gdk-pixbuf: Disable xlib library since we don't have anything needing this as yet and no libx11 DEPENDS Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox