mu: rework xapian dependencies a bit

Reduce the places where we need to include Xapian, and add a few places where
the (meson build) didn't explicitly have a Xapian dep where needed.
This commit is contained in:
Dirk-Jan C. Binnema
2021-11-03 12:30:37 +02:00
parent 1c95d28cde
commit 8028f88a51
9 changed files with 76 additions and 41 deletions

View File

@ -36,6 +36,7 @@ lib_mu_utils=static_library('mu-utils', [
'mu-util.h',
'mu-utils.cc',
'mu-utils.hh',
'mu-xapian-utils.hh',
# third party
'optional.hpp',
'expected.hpp'],