Skip to content

Commit 98b4fb3

Browse files
authored
Merge pull request #649 from kiwix/need-libkiwix-13
Requires libkiwix13+
2 parents 4556262 + 33bdf56 commit 98b4fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if static_linkage
1616
endif
1717

1818
thread_dep = dependency('threads')
19-
kiwixlib_dep = dependency('kiwix', version:'>=12.0.0', static:static_linkage)
19+
kiwixlib_dep = dependency('kiwix', version:'>=13.0.0', static:static_linkage)
2020
libzim_dep = dependency('libzim', version:'>=8.1.0', static:static_linkage)
2121

2222
all_deps = [thread_dep, kiwixlib_dep, libzim_dep]

0 commit comments

Comments
 (0)