summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
blob: 1aa942c5159c0d7bc721709cc8c48defc2d36180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config GLIB
	bool
	prompt "glib"
	select LIBICONV if GLIB_LIBICONV
	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.

config GLIB_LIBICONV
	bool
	depends on GLIB
	default y if ARCH_MINGW

config GLIB_GETTEXT
	bool
	depends on GLIB
	default y if ARCH_MINGW