backend/x11: add support for shm buffers

This commit is contained in:
Tadeo Kondrak 2021-04-19 12:52:31 -06:00 committed by Simon Ser
parent 572b5910bb
commit 014c59aa40
5 changed files with 182 additions and 74 deletions

View file

@ -5,6 +5,7 @@ x11_required = [
'xcb-present',
'xcb-render',
'xcb-renderutil',
'xcb-shm',
'xcb-xfixes',
'xcb-xinput',
]