gnu: mesa: Add vdpau support.

* gnu/packages/gl.scm (mesa)[propagated-inputs]: Add libvdpau.
master
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)
;; The following are in the Requires.private field of gl.pc.
("libdrm" ,libdrm)
("libvdpau" ,libvdpau)
("libx11" ,libx11)
("libxdamage" ,libxdamage)
("libxfixes" ,libxfixes)
("libxshmfence" ,libxshmfence)
("libxxf86vm" ,libxxf86vm)))
;; TODO: Add vdpau.
(inputs
`(("expat" ,expat)
("dri2proto" ,dri2proto)