mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/x11: Check for xinput extension
This commit is contained in:
parent
9c1b87f210
commit
88b2d6fe25
4 changed files with 32 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
x11_libs = []
|
||||
x11_required = [
|
||||
'xcb',
|
||||
'x11-xcb',
|
||||
'xcb',
|
||||
'xcb-xinput',
|
||||
]
|
||||
x11_optional = [
|
||||
'xcb-xkb',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue