config GLIB bool prompt "glib" select LIBICONV if GLIB_LIBICONV_GNU select GETTEXT if GLIB_GETTEXT select HOST_GLIB help GLib is a library containing many useful C routines for things such as trees, hashes, lists, and strings. It is a useful general-purpose C library used by projects such as GTK+, GIMP, and GNOME. choice prompt "iconv variant" if !ARCH_MINGW default GLIB_LIBICONV_GNU depends on GLIB config GLIB_LIBICONV_GNU bool prompt "gnu (libiconv)" config GLIB_LIBICONV_NATIVE bool prompt "native" endchoice config GLIB_GETTEXT bool depends on GLIB default y if ARCH_MINGW