Set xwayland root cursor

This commit is contained in:
emersion 2017-11-02 00:03:55 +01:00
parent 63a46c6550
commit bdaf66a292
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 33 additions and 5 deletions

View file

@ -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)