aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/meson.build
diff options
context:
space:
mode:
authorTadeo Kondrak <me@tadeo.ca>2021-04-19 12:52:31 -0600
committerSimon Ser <contact@emersion.fr>2021-04-20 20:27:25 +0200
commit014c59aa401cfb5566f840a97308c619edaec840 (patch)
tree71b63629e75c223081a30fcb3cccdb5e7caeadea /backend/x11/meson.build
parent572b5910bbac03b7c0cc20288cadf8f719a9903a (diff)
backend/x11: add support for shm buffers
Diffstat (limited to 'backend/x11/meson.build')
-rw-r--r--backend/x11/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/x11/meson.build b/backend/x11/meson.build
index 6d38af19..0c6ea73b 100644
--- a/backend/x11/meson.build
+++ b/backend/x11/meson.build
@@ -5,6 +5,7 @@ x11_required = [
'xcb-present',
'xcb-render',
'xcb-renderutil',
+ 'xcb-shm',
'xcb-xfixes',
'xcb-xinput',
]