From 02919122a7d36c1df80e7f2bb32847f4814e9b1c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 15 May 2023 08:06:25 -0600 Subject: [PATCH] Add cmake to debian/control Build-Depends to fix package compilation --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 728f7a24..b8f45584 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Victoria Brekenfeld Build-Depends: cargo, + cmake, debhelper-compat (=10), rustc (>=1.57), libudev-dev,