| 1234567891011121314151617 | config ADK_COMPILE_GLIB	tristate	depends ADK_PACKAGE_GLIB1config ADK_PACKAGE_GLIB1	prompt "glib1............................. The GLib library of C routines (v1.2)"	tristate	default n	select ADK_COMPILE_GLIB	select ADK_PACKAGE_LIBPTHREAD	help	  GLib is a library containing many useful C routines for things such	  as trees, hashes, and lists.	  http://www.gtk.org/	  Depends: libpthread
 |