gnu: mesa: Add vdpau support.
authorEfraim Flashner <efraim@flashner.co.il>
Tue, 23 Aug 2016 19:33:23 +0000 (22:33 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 23 Aug 2016 19:33:23 +0000 (22:33 +0300)
* gnu/packages/gl.scm (mesa)[propagated-inputs]: Add libvdpau.

gnu/packages/gl.scm

index 1e751ac..2fc63a8 100644 (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)