mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libzim: fix FTBFS
This commit is contained in:
parent
06df30d636
commit
49c4cb9ceb
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config git"
|
hostmakedepends="pkg-config git"
|
||||||
makedepends="liblzma-devel $(vopt_if zlib zlib-devel)
|
makedepends="liblzma-devel $(vopt_if zlib zlib-devel)
|
||||||
$(vopt_if xapian "xapian-core-devel icu-devel")"
|
$(vopt_if xapian "xapian-core-devel icu-devel")
|
||||||
|
gtest-devel"
|
||||||
short_desc="Library to read and write ZIM files"
|
short_desc="Library to read and write ZIM files"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue