python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / menu-cache / Config.in
blobb75c8ec054d50c9e02c82c4b527405eb85c54fd5
1 config BR2_PACKAGE_MENU_CACHE
2         bool "menu-cache"
3         select BR2_PACKAGE_LIBGLIB2
4         select BR2_PACKAGE_LIBFM_EXTRA
5         depends on BR2_USE_WCHAR # libglib2
6         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
7         depends on BR2_USE_MMU # libglib2
8         help
9           Small library from LXDE project used for application menu
10           integration
12           http://wiki.lxde.org/
14 comment "menu-cache needs a toolchain w/ wchar, threads"
15         depends on BR2_USE_MMU
16         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS