aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-02-04 23:16:35 +0100
committerSimon Ser <contact@emersion.fr>2021-02-08 12:29:12 +0100
commit533a36f05a46472a29700df47100a4c5c59c5f29 (patch)
tree596be679875bf2c6835ead00764cbd150d387d8a /backend/x11/meson.build
parentb9e9e0e1333a10deaba7679066382b9dc4790d31 (diff)
backend/x11: drop x11-xcb dependency
We don't need it anymore now that we've stopped using the EGL Xlib platform.
Diffstat (limited to 'backend/x11/meson.build')
-rw-r--r--backend/x11/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/x11/meson.build b/backend/x11/meson.build
index b9f22a4a..206e9042 100644
--- a/backend/x11/meson.build
+++ b/backend/x11/meson.build
@@ -1,6 +1,5 @@
x11_libs = []
x11_required = [
- 'x11-xcb',
'xcb',
'xcb-dri3',
'xcb-present',