1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

gnu: sdl2: Add libxcursor to inputs.

* gnu/packages/sdl.scm (sdl2)[inputs]: Add libxcursor.
This commit is contained in:
Oleg Pykhalov
2019-11-19 21:00:07 +03:00
parent 68c47474bc
commit 82de17dc8d

View File

@@ -142,6 +142,7 @@ joystick, and graphics hardware.")
("glib" ,glib)
("ibus" ,ibus)
("libxkbcommon" ,libxkbcommon)
("libxcursor" ,libxcursor) ; enables X11 cursor support
("wayland" ,wayland)
("wayland-protocols" ,wayland-protocols))
(package-inputs sdl)))