xref: /OK3568_Linux_fs/buildroot/package/libgee/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBGEE
2	bool "libgee"
3	depends on BR2_USE_WCHAR
4	depends on BR2_TOOLCHAIN_HAS_THREADS
5	depends on BR2_USE_MMU # fork()
6	select BR2_PACKAGE_LIBGLIB2
7	help
8	  Libgee is an utility library providing GObject-based
9	  interfaces and classes for commonly used data structures.
10
11	  https://wiki.gnome.org/Projects/Libgee
12
13comment "libgee needs a toolchain w/ wchar, threads"
14	depends on BR2_USE_MMU
15	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
16