From 1a1440a6d973a2171a032c4c29af8763272c3ba9 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 21 Jun 2022 13:54:15 -0500 Subject: [PATCH] Fixed build deps (accidentallly left qmake rather than cmake) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f10c511..bc1e9b8 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13), libqt5x11extras5-dev, libx11-dev, libxext-dev, - qt5-qmake, + cmake, qtbase5-dev, qttools5-dev, qttools5-dev-tools,