Config.in 585 B

123456789101112131415161718
  1. config BR2_PACKAGE_XAPIAN
  2. bool "xapian"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. select BR2_PACKAGE_ZLIB
  6. help
  7. Xapian is an open Source search engine Library
  8. It is a highly adaptable toolkit which allows developers
  9. to easily add advanced indexing and search facilities to
  10. their own applications.
  11. It has built-in support for several families of weighting
  12. models and supports a rich set of boolean query operators.
  13. https://xapian.org/
  14. comment "xapian needs a toolchain w/ C++"
  15. depends on BR2_USE_MMU
  16. depends on !BR2_INSTALL_LIBSTDCPP