gnu: ftgl: Add missing dependency on pkg-config. * gnu/packages/gl.scm (ftgl)[native-inputs]: Add PKG-CONFIG.
1 files changed, 2 insertions(+), 0 deletions(-) M gnu/packages/gl.scm
M gnu/packages/gl.scm => gnu/packages/gl.scm +2 -0
@@ 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