1config 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 14 https://xapian.org/ 15 16comment "xapian needs a toolchain w/ C++" 17 depends on BR2_USE_MMU 18 depends on !BR2_INSTALL_LIBSTDCPP 19