gnu: ftgl: Add missing dependency on pkg-config.

* gnu/packages/gl.scm (ftgl)[native-inputs]: Add PKG-CONFIG.
master
Marius Bakke 2017-12-17 17:21:19 +01:00
parent 55906d6ced
commit a53a5b7142
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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