summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
blob: 00485112aaea847f2331097cddf35c06ed81d53d (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 PCRE2
	select PCRE2_8
	select UTIL_LINUX		if GLIB_LIBMOUNT
	select UTIL_LINUX_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