mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: mpvpaper: Update inputs.
* gnu/packages/video.scm (mpvpaper)[inputs]: Remove libdisplay-info. Add mesa, wayland, wayland-protocols. Change-Id: Ib9ede355a41939bdf2afe870e2b39ec3ab3f03bf Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5fad5fb614
commit
0d68636546
1 changed files with 1 additions and 1 deletions
|
|
@ -3052,7 +3052,7 @@ To load this plugin, specify the following option when starting mpv:
|
|||
(file-name (git-file-name name version))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
(list mpv libdisplay-info))
|
||||
(list mesa mpv wayland wayland-protocols))
|
||||
(native-inputs
|
||||
(list pkg-config cmake-minimal))
|
||||
(home-page "https://github.com/GhostNaN/mpvpaper")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue