mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: mpv: Fix wayland-dmabuf output again.
* gnu/packages/video.scm (mpv)[native-inputs]: Add libdisplay-info. [arguments]<#:configure-flags>: Add "-Ddmabuf-wayland=enabled". Change-Id: Ibb7d8a1acb458b22a1f81dfb7c633bfbcfa780a4
This commit is contained in:
parent
72996cd573
commit
d48a93f046
1 changed files with 4 additions and 1 deletions
|
|
@ -222,6 +222,7 @@
|
|||
#:use-module (gnu packages vulkan)
|
||||
#:use-module (gnu packages web)
|
||||
#:use-module (gnu packages wget)
|
||||
#:use-module (gnu packages wm)
|
||||
#:use-module (gnu packages wxwidgets)
|
||||
#:use-module (gnu packages xdisorg)
|
||||
#:use-module (gnu packages xiph)
|
||||
|
|
@ -2631,10 +2632,12 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
|
|||
#:configure-flags
|
||||
#~(list "-Dlibmpv=true"
|
||||
"-Dcdda=enabled"
|
||||
"-Ddmabuf-wayland=enabled"
|
||||
"-Ddvdnav=enabled"
|
||||
"-Dbuild-date=false")))
|
||||
(native-inputs
|
||||
(list perl ;for zsh completion file
|
||||
(list libdisplay-info
|
||||
perl ;for zsh completion file
|
||||
pkg-config
|
||||
python-docutils
|
||||
python-wrapper))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue