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