gdk-pixbuf: Disable xlib library since we don't have anything needing this as yet and no libx11 DEPENDS

This is currently causing builds not to be deterministic.

(From OE-Core rev: 2569711868dac01a0bf4bdfb3484b239862143dc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-03-19 15:53:55 +00:00
parent 78f91f09e7
commit 5bc142ac6c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ LIBV = "2.10.0"
EXTRA_OECONF = "\
--without-libtiff \
--with-libpng \
--without-x11 \
--disable-introspection \
"