gnu: freeglut: Add mesa to propagated inputs.
* gnu/packages/gl.scm (freeglut): Add mesa to propagated inputs.
This commit is contained in:
parent
ee3b55ea6d
commit
9b5db9be7f
|
@ -84,7 +84,10 @@ as ASCII text.")
|
||||||
("libxxf86vm" ,libxxf86vm)
|
("libxxf86vm" ,libxxf86vm)
|
||||||
("inputproto" ,inputproto)
|
("inputproto" ,inputproto)
|
||||||
("xinput" ,xinput)))
|
("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/")
|
(home-page "http://freeglut.sourceforge.net/")
|
||||||
(synopsis "Alternative to the OpenGL Utility Toolkit (GLUT)")
|
(synopsis "Alternative to the OpenGL Utility Toolkit (GLUT)")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue