mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: sdl2: Add libxcursor to inputs.
* gnu/packages/sdl.scm (sdl2)[inputs]: Add libxcursor.
This commit is contained in:
parent
68c47474bc
commit
82de17dc8d
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue