[client] x11: implement cursor support for the imgui overlay

This commit adds libxcursor to the dependencies for X11.
This commit is contained in:
Geoffrey McRae
2021-07-31 18:23:05 +10:00
parent 9959578cbe
commit 5e2dd589a1
4 changed files with 51 additions and 11 deletions

View File

@@ -83,6 +83,7 @@ feature is disabled when running :ref:`cmake <client_building>`.
- libxi-dev
- libxinerama-dev
- libxss-dev
- libxcursor-dev
- Disable with ``cmake -DENABLE_WAYLAND=no ..``