From fa094952b770d0c23462ed5c6849caf3a87256fe Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 7 Oct 2023 14:10:09 -0600 Subject: [PATCH] Add debian build depends --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/control b/debian/control index bfe824c..2608955 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,11 @@ Maintainer: Jeremy Soller Build-Depends: debhelper-compat (=13), just (>= 1.13.0), + libclang-dev, + libpam-dev, + libwayland-dev, + libxkbcommon-dev, + pkg-config, rust-all, Standards-Version: 4.6.2 Homepage: https://github.com/pop-os/cosmic-greeter