gnu: sdl2: Add libxcursor to inputs.
* gnu/packages/sdl.scm (sdl2)[inputs]: Add libxcursor.master
parent
68c47474bc
commit
82de17dc8d
|
@ -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)))
|
||||
|
|
Reference in New Issue