1config BR2_PACKAGE_LIBGLIB2
2	bool "libglib2"
3	depends on BR2_USE_WCHAR # gettext
4	depends on BR2_TOOLCHAIN_HAS_THREADS
5	depends on BR2_USE_MMU # fork()
6	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
7	select BR2_PACKAGE_LIBFFI
8	select BR2_PACKAGE_PCRE2
9	select BR2_PACKAGE_ZLIB
10	help
11	  Low-level core library that forms the basis of GTK+ and GNOME.
12
13	  http://www.gtk.org/
14
15comment "libglib2 needs a toolchain w/ wchar, threads"
16	depends on BR2_USE_MMU
17	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
18