From 72ba940eedbfae7463c5d78dd9db5a586b53f164 Mon Sep 17 00:00:00 2001 From: Lev Kropp Date: Tue, 6 May 2025 12:43:37 -0400 Subject: [PATCH 1/2] add clang to debian/control --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 60ebdf6d35..4ef7ea82b0 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,6 @@ Source: multipass Build-Depends: build-essential, + clang, cmake, curl, google-mock, From de03b090fe1414b15caf42099f957d393d735d71 Mon Sep 17 00:00:00 2001 From: Lev Kropp Date: Wed, 7 May 2025 09:26:57 -0400 Subject: [PATCH 2/2] add ninja-build to Build-Depends in debian/control --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 4ef7ea82b0..45c97317b6 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: build-essential, libnotify-dev, libvirt-dev, libsystemd-dev, + ninja-build, pkg-config, qt6-base-dev, libssl-dev,