summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
blob: 946f1a9a909b571e8255503010656ddcb60daefd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## SECTION=multimedia_gtk

menuconfig GLIB
	tristate
	prompt "glib                          "
	select LIBC_DL
	select LIBC_RT
	select LIBC_RESOLV
	select LIBC_PTHREAD
	select LIBFFI
	select GCCLIBS_GCC_S
	select HOST_GLIB
	select HOST_GTK_DOC
	select ICONV
	select ZLIB
	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

#config GLIB_EXPERIMENTAL
#	bool
#	prompt "experimental version"

endif