From 84b3213146964992e49f74fe27c2be8de396da08 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 15 May 2023 10:53:14 -0600 Subject: [PATCH] Add libfontconfig-dev to build depends, sort them alphabetically --- debian/control | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index b8f45584..4ac55e22 100644 --- a/debian/control +++ b/debian/control @@ -6,16 +6,17 @@ Build-Depends: cargo, cmake, debhelper-compat (=10), - rustc (>=1.57), - libudev-dev, libegl1-mesa-dev, + libfontconfig-dev, libgbm-dev, libinput-dev, + libseat-dev, + libsystemd-dev, + libudev-dev, libwayland-dev, libxcb1-dev, libxkbcommon-dev, - libsystemd-dev, - libseat-dev + rustc (>=1.57), Standards-Version: 4.1.1 Homepage: https://github.com/pop-os/cosmic-comp