Use the new search API in zimlib.

We do not use xapian anymore. This is all handled by zimlib.
This commit is contained in:
Matthieu Gautier
2017-04-07 00:49:12 +02:00
parent 37f29da63e
commit 5ca419bee7
5 changed files with 109 additions and 39 deletions

View File

@ -5,10 +5,6 @@ headers = [
'searcher.h'
]
if xapian_dep.found()
headers += ['xapianSearcher.h']
endif
install_headers(headers, subdir:'kiwix')
install_headers(