Michael, On Mon, May 31, 2010 at 10:21:08PM +0200, Michael Olbrich wrote: > > diff --git a/rules/glib.in b/rules/glib.in > > index 91dc7dd..7a6fa10 100644 > > --- a/rules/glib.in > > +++ b/rules/glib.in > > @@ -7,6 +7,7 @@ menuconfig GLIB > > select GETTEXT_DUMMY if GLIB__GETTEXT_DUMMY > > select HOST_GLIB > > select ICONV > > + select ZLIB > > This should be "select ZLIB if GLIB__EXPERIMENTAL" > glib 2.22.2 does not need zlib.
fixed > > +config GLIB__EXPERIMENTAL > > + bool > > + prompt "experimental version" > > Hmmm, we don't use "__" any more, we should remove those while touching > this file. Yup, removed. Thanks, rsc -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
