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.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/x11/meson.build b/backend/x11/meson.build
index 19e873ab..62b280e5 100644
--- a/backend/x11/meson.build
+++ b/backend/x11/meson.build
@@ -2,8 +2,9 @@ x11_libs = []
x11_required = [
'x11-xcb',
'xcb',
- 'xcb-xinput',
+ 'xcb-present',
'xcb-xfixes',
+ 'xcb-xinput',
]
foreach lib : x11_required