File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ --- a/meson.build
2+ +++ b/meson.build
3+ @@ -20,7 +20,10 @@ if (compiler.get_id() == 'gcc' and build
4+ else
5+ thread_dep = dependency('', required:false)
6+ endif
7+ - libicu_dep = dependency('icu-i18n', static:static_deps)
8+ + libicu_dep = [
9+ + dependency('icu-i18n', static:static_deps),
10+ + dependency('icu-uc', static:static_deps)
11+ + ]
12+ pugixml_dep = dependency('pugixml', static:static_deps)
13+ libcurl_dep = dependency('libcurl', static:static_deps)
14+ microhttpd_dep = dependency('libmicrohttpd', static:static_deps)
Original file line number Diff line number Diff line change 11# Template file for 'kiwix-lib'
22pkgname=kiwix-lib
33version=14.0.0
4- revision=2
4+ revision=3
55build_style=meson
66hostmakedepends="pkg-config"
77makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel
You can’t perform that action at this time.
0 commit comments