From d3568398591d3df2b56eab4d6ff9f48b187c0557 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Tue, 3 Jan 2023 12:25:55 +0800 Subject: [PATCH] fix: add libsecret-1-dev --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4b266b0..9a4c054 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), pkg-config, 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), libsecret-1-dev Standards-Version: 4.1.4 Homepage: https://github.com/yuezk/GlobalProtect-openconnect