Removed
Link Here
|
1 |
--- meson.build.orig 2022-11-30 17:10:19 UTC |
2 |
+++ meson.build |
3 |
@@ -36,7 +36,7 @@ else |
4 |
endif |
5 |
|
6 |
libzim_dep = dependency('libzim', version : '>=8.1.0', static:static_deps) |
7 |
-if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN') |
8 |
+if not compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN', dependencies: libzim_dep) |
9 |
error('Libzim seems to be compiled without xapian. Xapian support is mandatory.') |
10 |
endif |
11 |
|
12 |
@@ -86,4 +86,3 @@ configure_file(output : 'kiwix.pc', |
13 |
input : 'kiwix.pc.in', |
14 |
install_dir: get_option('libdir')+'/pkgconfig' |
15 |
) |
16 |
- |
17 |
- |