summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
blob: 426e0bd16d174a95f1a05473931e6b3a854acfd2 (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
29
30
31
32
33
34
35
36
37
38
39
40
## SECTION=multimedia_gtk

menuconfig GLIB
	tristate
	prompt "glib                          "
	select LIBC_DL
	select LIBC_RT
	select LIBC_RESOLV
	select LIBC_PTHREAD
	select LIBFFI
	select LIBPCRE
	select LIBPCRE_ENABLE_UTF8
	select GCCLIBS_GCC_S
	select HOST_GTK_DOC
	select ICONV
	select ZLIB
	select UTIL_LINUX_NG if GLIB_LIBMOUNT
	select UTIL_LINUX_NG_LIBMOUNT if GLIB_LIBMOUNT
	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_GDBUS
	bool
	prompt "gdbus"
	help
	  gdbus is a command line dbus tool, based on the glib internal gdbus
	  implementation.

config GLIB_LIBMOUNT
	bool
	prompt "enable libmount"
	help
	  Enable libmount in glib

endif