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:
parent
49394b3e53
commit
ab543afcbc
2
debian/control
vendored
2
debian/control
vendored
@ -6,8 +6,6 @@ Standards-Version: 3.9.2
|
|||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper (>= 13),
|
debhelper (>= 13),
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libxcb-randr0-dev,
|
|
||||||
libxcb-xfixes0-dev,
|
|
||||||
libxcb1-dev,
|
libxcb1-dev,
|
||||||
libxkbcommon-x11-dev,
|
libxkbcommon-x11-dev,
|
||||||
libgtk-3-dev,
|
libgtk-3-dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user