me
/
guix
Archived
1
0
Fork 0

gnu: sdl2: Add libxcursor to inputs.

* gnu/packages/sdl.scm (sdl2)[inputs]: Add libxcursor.
master
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
1 changed files with 1 additions and 0 deletions

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