python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libgee / Config.in
blob07c387c985abcc22730e4ce3e9ccd7845b4f73e5
1 config 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.
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