mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: ftgl: Propagate "freetype".
* gnu/packages/gl.scm (ftgl)[inputs,propagated-inputs]: Move "freetype" from "inputs" to "propagated-inputs".
This commit is contained in:
parent
0543c32659
commit
9e8505343e
1 changed files with 3 additions and 2 deletions
|
@ -120,8 +120,9 @@ (define-public ftgl
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nsn4s6vnv5xcgxcw6q031amvh2zfj2smy1r5mbnjj2548hxcn2l"))))
|
(base32 "0nsn4s6vnv5xcgxcw6q031amvh2zfj2smy1r5mbnjj2548hxcn2l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("freetype" ,freetype)
|
;; The pkg-config file lists "freetype2" as Requires.private.
|
||||||
("libx11" ,libx11)
|
(propagated-inputs `(("freetype" ,freetype)))
|
||||||
|
(inputs `(("libx11" ,libx11)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("glu" ,glu)))
|
("glu" ,glu)))
|
||||||
(home-page "http://ftgl.sourceforge.net")
|
(home-page "http://ftgl.sourceforge.net")
|
||||||
|
|
Loading…
Reference in a new issue