mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ftgl: Add missing dependency on pkg-config.
* gnu/packages/gl.scm (ftgl)[native-inputs]: Add PKG-CONFIG.
This commit is contained in:
parent
55906d6ced
commit
a53a5b7142
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ (define-public ftgl
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue