guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: mesa: Propagate inputs libxshmfence and libxfixes.


From: Taylan Ulrich B.
Subject: 03/04: gnu: mesa: Propagate inputs libxshmfence and libxfixes.
Date: Thu, 19 Mar 2015 09:04:36 +0000

taylanub pushed a commit to branch master
in repository guix.

commit 45191970b31d2d842c41aa09c062ef49bb405c2e
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date:   Fri Mar 13 15:57:51 2015 +0100

    gnu: mesa: Propagate inputs libxshmfence and libxfixes.
    
    * gnu/packages/gl.scm (mesa): Propagate inputs libxshmfence and libxfixes.
---
 gnu/packages/gl.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 1eb2055..08b7705 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -171,18 +171,19 @@ also known as DXTn or DXTC) for Mesa.")
     (build-system gnu-build-system)
     (propagated-inputs
       `(("glproto" ,glproto)
+        ;; The following are in the Requires.private field of gl.pc.
         ("libdrm" ,libdrm)
         ("libx11" ,libx11)
         ("libxdamage" ,libxdamage)
+        ("libxfixes" ,libxfixes)
+        ("libxshmfence" ,libxshmfence)
         ("libxxf86vm" ,libxxf86vm)))
     (inputs
       `(("udev" ,eudev)
         ("dri2proto" ,dri2proto)
         ("dri3proto" ,dri3proto)
         ("presentproto" ,presentproto)
-        ("libxshmfence" ,libxshmfence)
         ("expat" ,expat)
-        ("libxfixes" ,libxfixes)
         ("libxml2" ,libxml2)
         ;; TODO: Add 'libva'
         ;; TODO: Add 'libxml2-python' for OpenGL ES 1.1 and 2.0 support



reply via email to

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