Skip to content

Commit

Permalink
Merge pull request #431 from openzim/better-libzim-version-check
Browse files Browse the repository at this point in the history
Better check libzim version
  • Loading branch information
kelson42 authored Sep 15, 2024
2 parents da760e7 + ed6ba51 commit a65cb01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ if static_linkage
endif
endif

libzim_dep = dependency('libzim', version:'>=9.2.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'<10.0.0', static:static_linkage)
libzim_dep = dependency('libzim', version:['>=9.2.0', '<10.0.0'], static:static_linkage)

with_xapian_support = compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')

Expand Down

0 comments on commit a65cb01

Please sign in to comment.