Skip to content

Commit

Permalink
Use last version of libzim
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Jul 8, 2024
1 parent e98343e commit ad2799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if static_linkage
endif
endif

libzim_dep = dependency('libzim', version:'>=9.1.0', static:static_linkage)
libzim_dep = dependency('libzim', version:'>=9.2.2', static:static_linkage)
libzim_dep = dependency('libzim', version:'<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 ad2799a

Please sign in to comment.