guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: freeglut: Add mesa to propagated inputs.


From: Taylan Ulrich B.
Subject: 02/08: gnu: freeglut: Add mesa to propagated inputs.
Date: Sat, 28 Mar 2015 12:26:43 +0000

taylanub pushed a commit to branch master
in repository guix.

commit 9b5db9be7f109dbdeda56b42853550f7b749b385
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date:   Sat Mar 21 19:36:25 2015 +0100

    gnu: freeglut: Add mesa to propagated inputs.
    
    * gnu/packages/gl.scm (freeglut): Add mesa to propagated inputs.
---
 gnu/packages/gl.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index e9b2c53..dc90a12 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -84,7 +84,10 @@ as ASCII text.")
              ("libxxf86vm" ,libxxf86vm)
              ("inputproto" ,inputproto)
              ("xinput" ,xinput)))
-    (propagated-inputs `(("glu" ,glu)))
+    (propagated-inputs
+     ;; Headers from Mesa and GLU are needed.
+     `(("glu" ,glu)
+       ("mesa" ,mesa)))
     (home-page "http://freeglut.sourceforge.net/";)
     (synopsis "Alternative to the OpenGL Utility Toolkit (GLUT)")
     (description



reply via email to

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