## SECTION=multimedia_gtk menuconfig GLIB tristate prompt "glib " select LIBICONV if GLIB__LIBICONV_GNU select GETTEXT if GLIB__GETTEXT_GETTEXT select GETTEXT_DUMMY if GLIB__GETTEXT_DUMMY 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. if GLIB choice prompt "version" default GLIB__VERSION_2_19 config GLIB__VERSION_2_19 bool prompt "2.19 (devel)" config GLIB__VERSION_2_18 bool prompt "2.18 (stable)" endchoice choice prompt "iconv variant " default GLIB__LIBICONV_CLIB config GLIB__LIBICONV_CLIB bool prompt "c library " config GLIB__LIBICONV_GNU bool prompt "gnu (libiconv)" config GLIB__LIBICONV_NATIVE bool prompt "native (mingw)" endchoice choice prompt "gettext variant" default GLIB__GETTEXT_NONE config GLIB__GETTEXT_NONE bool prompt "not needed " config GLIB__GETTEXT_GETTEXT bool prompt "gnu (gettext) " config GLIB__GETTEXT_DUMMY bool prompt "dummy " endchoice endif