aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/meson.build
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2018-11-11 14:51:22 +1300
committerScott Anderson <scott@anderso.nz>2018-11-13 10:55:03 +1300
commitd3ee69f76bbc8b71a79840c047fa7a6144ddc628 (patch)
tree29d08a6cfdd92ed2b12ebf1139164fbb79f7ce78 /backend/x11/meson.build
parent70ae76304e5c40774dd50a23537cdc419cdfa4c6 (diff)
backend/x11: Hide cursor with Xfixes
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 d9fd8d91..19e873ab 100644
--- a/backend/x11/meson.build
+++ b/backend/x11/meson.build
@@ -3,6 +3,7 @@ x11_required = [
'x11-xcb',
'xcb',
'xcb-xinput',
+ 'xcb-xfixes',
]
foreach lib : x11_required