backend/x11: Check for xinput extension

This commit is contained in:
Scott Anderson 2018-11-11 12:30:37 +13:00
parent 9c1b87f210
commit 88b2d6fe25
4 changed files with 32 additions and 1 deletions

View file

@ -1,7 +1,8 @@
x11_libs = []
x11_required = [
'xcb',
'x11-xcb',
'xcb',
'xcb-xinput',
]
x11_optional = [
'xcb-xkb',