aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'backend/x11/meson.build')
-rw-r--r--backend/x11/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/x11/meson.build b/backend/x11/meson.build
index 40530bb0..51c6dd04 100644
--- a/backend/x11/meson.build
+++ b/backend/x11/meson.build
@@ -2,8 +2,10 @@ x11_libs = []
x11_required = [
'x11-xcb',
'xcb',
- 'xcb-xinput',
+ 'xcb-dri3',
+ 'xcb-present',
'xcb-xfixes',
+ 'xcb-xinput',
]
msg = []