From 2ff39fd14ef509bd852e94af95092cfe74f4208d Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Tue, 3 Jan 2023 11:39:35 +0800 Subject: [PATCH] fix: add pkg-config --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e2ade54..4b266b0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: globalprotect-openconnect Section: net Priority: optional Maintainer: Kevin Yue -Build-Depends: cmake (>=3.16), debhelper (>=11~), qtbase5-dev, qttools5-dev, libqt5websockets5-dev (>=5.9), qtwebengine5-dev (>=5.9) +Build-Depends: cmake (>=3.16), pkg-config, debhelper (>=11~), qtbase5-dev, qttools5-dev, libqt5websockets5-dev (>=5.9), qtwebengine5-dev (>=5.9) Standards-Version: 4.1.4 Homepage: https://github.com/yuezk/GlobalProtect-openconnect