~ruther/guix-local

a53a5b7142053f8b8e3e2a32e8ae43473d52e4e8 — Marius Bakke 8 years ago 55906d6
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