Config.in 478 B

12345678910111213141516
  1. config BR2_PACKAGE_MENU_CACHE
  2. bool "menu-cache"
  3. depends on BR2_USE_WCHAR # libglib2
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
  5. depends on BR2_USE_MMU # libglib2
  6. select BR2_PACKAGE_LIBGLIB2
  7. select BR2_PACKAGE_LIBFM_EXTRA
  8. help
  9. Small library from LXDE project used for application menu
  10. integration
  11. http://wiki.lxde.org/
  12. comment "menu-cache needs a toolchain w/ wchar, threads"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS