Requires libkiwix14+

This commit is contained in:
Emmanuel Engelhart 2024-09-01 16:07:09 +02:00
parent 2af64e2c4f
commit 67ba3d059d
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13),
pkg-config,
qtbase5-dev,
qtwebengine5-dev,
libkiwix-dev (>= 13.0.0), libkiwix-dev (<< 14.0.0),
libkiwix-dev (>= 14.0.0), libkiwix-dev (<< 15.0.0),
libzim-dev (>= 9.0.0), libzim-dev (<< 10.0.0),
Standards-Version: 4.5.0
Homepage: https://www.kiwix.org/

View File

@ -193,7 +193,7 @@ unix {
INSTALLS += mime_file
}
DEPS_DEFINITION = \"kiwix >= 13.0.0 kiwix < 14.0.0 libzim >= 9.0.0 libzim < 10.0.0\"
DEPS_DEFINITION = \"kiwix >= 14.0.0 kiwix < 15.0.0 libzim >= 9.0.0 libzim < 10.0.0\"
PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION $$DEPS_DEFINITION)