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
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -142,6 +142,7 @@ (define-public sdl2
("glib" ,glib)
("ibus" ,ibus)
("libxkbcommon" ,libxkbcommon)
("libxcursor" ,libxcursor) ; enables X11 cursor support
("wayland" ,wayland)
("wayland-protocols" ,wayland-protocols))
(package-inputs sdl)))