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.
This commit is contained in:
Brian Tarricone 2022-08-14 22:28:19 -07:00
parent 49394b3e53
commit ab543afcbc

2
debian/control vendored
View File

@ -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,