summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
blob: 77066c6081a035923af38eec6bc535c55ef126d5 (plain)
1
2
3
4
5
6
7
8
9
10
config GLIB
	bool
	prompt "glib"
	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.