diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-12-17 17:21:19 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-12-18 01:16:03 +0100 |
commit | a53a5b7142053f8b8e3e2a32e8ae43473d52e4e8 (patch) | |
tree | 788542358e3a7546eeccc235d37b34737e3214b2 /gnu/packages/gl.scm | |
parent | 55906d6ced2515b8aee52a1264e41d0b3cfc10b7 (diff) | |
download | patches-a53a5b7142053f8b8e3e2a32e8ae43473d52e4e8.tar patches-a53a5b7142053f8b8e3e2a32e8ae43473d52e4e8.tar.gz |
gnu: ftgl: Add missing dependency on pkg-config.
* gnu/packages/gl.scm (ftgl)[native-inputs]: Add PKG-CONFIG.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |