aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-02 00:03:55 +0100
committeremersion <contact@emersion.fr>2017-11-02 00:03:55 +0100
commitbdaf66a292ed77b3589ad5d4c4cf2bbf484df840 (patch)
tree43d7f6b6a5ef3a29c8494f16d4ff57cfd32659c8 /meson.build
parent63a46c6550cd43c528148391a8cbe20112361166 (diff)
Set xwayland root cursor
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 74bb6dcd..e37250a7 100644
--- a/meson.build
+++ b/meson.build
@@ -52,6 +52,7 @@ pixman = dependency('pixman-1')
xcb = dependency('xcb')
xcb_composite = dependency('xcb-composite')
xcb_xfixes = dependency('xcb-xfixes')
+xcb_image = dependency('xcb-image')
xcb_icccm = dependency('xcb-icccm', required: false)
x11_xcb = dependency('x11-xcb')
libcap = dependency('libcap', required: false)