mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ (define-public freeglut
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue