gnu: mesa: Add vdpau support.

* gnu/packages/gl.scm (mesa)[propagated-inputs]: Add libvdpau.
This commit is contained in:
Efraim Flashner 2016-08-23 22:33:23 +03:00
parent 5f8dd6dca8
commit 4ea1ad9108
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 1 additions and 1 deletions

View File

@ -206,12 +206,12 @@ also known as DXTn or DXTC) for Mesa.")
`(("glproto" ,glproto) `(("glproto" ,glproto)
;; The following are in the Requires.private field of gl.pc. ;; The following are in the Requires.private field of gl.pc.
("libdrm" ,libdrm) ("libdrm" ,libdrm)
("libvdpau" ,libvdpau)
("libx11" ,libx11) ("libx11" ,libx11)
("libxdamage" ,libxdamage) ("libxdamage" ,libxdamage)
("libxfixes" ,libxfixes) ("libxfixes" ,libxfixes)
("libxshmfence" ,libxshmfence) ("libxshmfence" ,libxshmfence)
("libxxf86vm" ,libxxf86vm))) ("libxxf86vm" ,libxxf86vm)))
;; TODO: Add vdpau.
(inputs (inputs
`(("expat" ,expat) `(("expat" ,expat)
("dri2proto" ,dri2proto) ("dri2proto" ,dri2proto)