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