gnu: mesa: Add vdpau support.
* gnu/packages/gl.scm (mesa)[propagated-inputs]: Add libvdpau.
This commit is contained in:
parent
5f8dd6dca8
commit
4ea1ad9108
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue