guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mesa: Add vdpau support.


From: Efraim Flashner
Subject: 01/01: gnu: mesa: Add vdpau support.
Date: Tue, 23 Aug 2016 19:34:07 +0000 (UTC)

efraim pushed a commit to branch core-updates
in repository guix.

commit 4ea1ad9108d19998f594147daf763aa474c71815
Author: Efraim Flashner <address@hidden>
Date:   Tue Aug 23 22:33:23 2016 +0300

    gnu: mesa: Add vdpau support.
    
    * gnu/packages/gl.scm (mesa)[propagated-inputs]: Add libvdpau.
---
 gnu/packages/gl.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 1e751ac..2fc63a8 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]