From ab543afcbc0652a05be1b74ba07f99412731c440 Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Sun, 14 Aug 2022 22:28:19 -0700 Subject: [PATCH] Remove some Debian deps We don't actually depend on libxcb-randr or libxcb-xfixes, because the Rust xcb crate implements extensions by autogenerating XCB message structs, and then using the main libxcb message sending functions (not the C functions in each extension library) to send the requests. --- debian/control | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/control b/debian/control index 9f28e3b..43158d5 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,6 @@ Standards-Version: 3.9.2 Build-Depends: debhelper (>= 13), pkg-config, - libxcb-randr0-dev, - libxcb-xfixes0-dev, libxcb1-dev, libxkbcommon-x11-dev, libgtk-3-dev,