gnu: freeglut: Add mesa to propagated inputs. * gnu/packages/gl.scm (freeglut): Add mesa to propagated inputs.
1 files changed, 4 insertions(+), 1 deletions(-) M gnu/packages/gl.scm
M gnu/packages/gl.scm => gnu/packages/gl.scm +4 -1
@@ 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