diff options
author | Martin Marshall <law@martinmarshall.com> | 2022-11-18 23:49:35 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-22 09:43:54 +0100 |
commit | 78f03567f44f704dfbc03cb64368aa42a01e78ad (patch) | |
tree | b181da095e753745e3656a193bdf43f0eb5f3f87 | |
parent | d07dd4ccdf499d3151f4d9f9fd8fd81e0015e867 (diff) |
gnu: mpv: Add libxpresent input.
Fixes <https://issues.guix.gnu.org/59279>.
Reported by Jorge P. de Morais Neto <jorge+list@disr.it>
and Kristian Lein-Mathisen <kristianlein@gmail.com>.
* gnu/packages/video.scm (mpv)[inputs]: Add libxpresent.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c394c65442..16488f8a35 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2242,6 +2242,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.") libxext libxkbcommon libxinerama + libxpresent libxrandr libxscrnsaver libxv |