summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
blob: d4215a0df425dbc16ce3cfbbbea8bab14a98a9e8 (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
## SECTION=multimedia_gtk

menuconfig GLIB
	tristate
	prompt "glib                          "
	select HOST_MESON
	select LIBC_DL
	select LIBC_PTHREAD
	select ICONV
	select LIBFFI
	select LIBPCRE
	select LIBPCRE_ENABLE_UTF8
	select UTIL_LINUX_NG		if GLIB_LIBMOUNT
	select UTIL_LINUX_NG_LIBMOUNT	if GLIB_LIBMOUNT
	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_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