From b18aa7cb448116c689306c07fccec32afc84dc4b Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Thu, 2 Nov 2017 10:19:45 +0100 Subject: [PATCH] gnu: mpv: enable Wayland support. * gnu/packages/video.scm (mpv)[inputs]: Add wayland, wayland-protocols and libxkbcommon. --- gnu/packages/video.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e66a30a82..47653f8dc 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2017 Ethan R. Jones ;;; Copyright © 2017 Clément Lassieur ;;; Copyright © 2017 Gregor Giesen +;;; Copyright © 2017 Rutger Helling ;;; ;;; This file is part of GNU Guix. ;;; @@ -1006,7 +1007,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") `(("perl" ,perl) ; for zsh completion file ("pkg-config" ,pkg-config) ("python-docutils" ,python-docutils))) - ;; Missing features: libguess, Wayland, V4L2 + ;; Missing features: libguess, V4L2 (inputs `(("alsa-lib" ,alsa-lib) ("enca" ,enca) @@ -1038,6 +1039,9 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") ("pulseaudio" ,pulseaudio) ("rsound" ,rsound) ("waf" ,python-waf) + ("wayland" ,wayland) + ("wayland-protocols" ,wayland-protocols) + ("libxkbcommon", libxkbcommon) ("youtube-dl" ,youtube-dl) ("zlib" ,zlib))) (arguments -- 2.15.0