mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xwayland: require xcb-icccm
This dependency is already required by many other widely used X11 programs, such as i3, Qt, and other XWMs. So it should be available on most systems. X11 support can be pretty broken without xcb-icccm, with focus issues for instance. Let's just remove this --please-break-my-desktop footgun option.
This commit is contained in:
parent
96aa18ae44
commit
de5347d0f2
7 changed files with 3 additions and 25 deletions
|
|
@ -62,10 +62,10 @@ If you choose to enable X11 support:
|
|||
* xcb-composite
|
||||
* xcb-xfixes
|
||||
* xcb-xinput
|
||||
* xcb-icccm
|
||||
* xcb-image
|
||||
* xcb-render
|
||||
* xcb-errors (optional, for improved error reporting)
|
||||
* xcb-icccm (optional, for improved Xwayland introspection)
|
||||
|
||||
Run these commands:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue