1 config BR2_PACKAGE_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
8 Libgee is an utility library providing GObject-based
9 interfaces and classes for commonly used data structures.
11 https://wiki.gnome.org/Projects/Libgee
13 comment "libgee needs a toolchain w/ wchar, threads"
14 depends on BR2_USE_MMU
15 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS