From 668cea52fb6af4118a8e0d9889ebde1225e63174 Mon Sep 17 00:00:00 2001 From: tsic404 Date: Tue, 4 Jul 2023 11:45:25 +0800 Subject: [PATCH] chore: add libxres-dev in build-depends because of using libxres add libxres-dev log: as title --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index fa60ff2a5..cbe8755e6 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Build-Depends: debhelper-compat (= 10), libgmock-dev, qttools5-dev, libxcursor-dev, + libxres-dev, libqt5waylandclient5-dev, qtwayland5-private-dev, libxdamage-dev,