gnu: ftgl: Add missing dependency on pkg-config.
* gnu/packages/gl.scm (ftgl)[native-inputs]: Add PKG-CONFIG.
This commit is contained in:
parent
55906d6ced
commit
a53a5b7142
|
@ -157,6 +157,8 @@ the X-Consortium license.")
|
||||||
(inputs `(("libx11" ,libx11)
|
(inputs `(("libx11" ,libx11)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("glu" ,glu)))
|
("glu" ,glu)))
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://ftgl.sourceforge.net")
|
(home-page "http://ftgl.sourceforge.net")
|
||||||
(synopsis "Font rendering library for OpenGL applications")
|
(synopsis "Font rendering library for OpenGL applications")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue