backend/x11: use native cursors

Fixes #2659
This commit is contained in:
Ilia Mirkin 2021-01-20 20:06:28 -05:00 committed by Simon Ser
parent 8ad078f46f
commit ef94e7e847
7 changed files with 214 additions and 4 deletions

View file

@ -11,6 +11,7 @@ packages:
- wayland-dev
- wayland-protocols
- xcb-util-image-dev
- xcb-util-renderutil-dev
- xcb-util-wm-dev
sources:
- https://github.com/swaywm/wlroots

View file

@ -11,6 +11,7 @@ packages:
- wayland-protocols
- xcb-util-errors
- xcb-util-image
- xcb-util-renderutil
- xcb-util-wm
- seatd
sources:

View file

@ -18,6 +18,7 @@ packages:
- x11/libxkbcommon
- x11/pixman
- x11/xcb-util-errors
- x11/xcb-util-renderutil
- x11/xcb-util-wm
- sysutils/seatd
- gmake