From b6934d707b90fbfd7d1e9b071e2fca1b47895a8f Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 16 Jun 2022 14:39:21 +0200 Subject: [PATCH] kiwix-desktop now need libkiwix >= 11.0.0 --- debian/control | 2 +- kiwix-desktop.pro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 8b7eb6b..303525b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13), pkg-config, qtbase5-dev, qtwebengine5-dev, - libkiwix-dev (>= 10.0.0~) + libkiwix-dev (>= 11.0.0~) Standards-Version: 4.5.0 Homepage: https://www.kiwix.org/ Rules-Requires-Root: no diff --git a/kiwix-desktop.pro b/kiwix-desktop.pro index e9f8415..6211a73 100644 --- a/kiwix-desktop.pro +++ b/kiwix-desktop.pro @@ -153,12 +153,12 @@ unix { INSTALLS += mime_file } -PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 10.0.0 libzim >= 7.2.0\") +PKGCONFIG_CFLAGS = $$system(pkg-config --cflags $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 7.2.0\") QMAKE_CXXFLAGS += $$PKGCONFIG_CFLAGS QMAKE_CFLAGS += $$PKGCONFIG_CFLAGS -LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 10.0.0 libzim >= 7.2.0\") +LIBS += $$system(pkg-config --libs $$PKGCONFIG_OPTION \"kiwix >= 11.0.0 libzim >= 7.2.0\") RESOURCES += \ resources/kiwix.qrc \