mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/x11: switch to wlr_swapchain
This commit is contained in:
parent
16a51bbab2
commit
d79a00bf02
4 changed files with 413 additions and 34 deletions
|
|
@ -2,8 +2,10 @@ x11_libs = []
|
|||
x11_required = [
|
||||
'x11-xcb',
|
||||
'xcb',
|
||||
'xcb-xinput',
|
||||
'xcb-dri3',
|
||||
'xcb-present',
|
||||
'xcb-xfixes',
|
||||
'xcb-xinput',
|
||||
]
|
||||
|
||||
msg = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue