From a53a5b7142053f8b8e3e2a32e8ae43473d52e4e8 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 17 Dec 2017 17:21:19 +0100 Subject: gnu: ftgl: Add missing dependency on pkg-config. * gnu/packages/gl.scm (ftgl)[native-inputs]: Add PKG-CONFIG. --- gnu/packages/gl.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 0292f8c500..dddf50f064 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -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 -- cgit v1.2.3