From f5794597afb6acc96db7bb019224963221753351 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Tue, 7 Oct 2025 15:41:04 +0900 Subject: [PATCH] debian: add ninja-build to Build-Depends (#43) We need ninja-build to use the cmake+ninja buildsystem. --- packages/debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/debian/control b/packages/debian/control index 9374c3b..3763e25 100644 --- a/packages/debian/control +++ b/packages/debian/control @@ -20,6 +20,7 @@ Rules-Requires-Root: no Build-Depends: cmake, debhelper-compat (= 13), + ninja-build, Standards-Version: 4.6.0 Homepage: https://docs.openarm.dev/ Vcs-Browser: https://github.com/enactic/openarm_can