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