gnu: ftgl: Propagate "freetype".

* gnu/packages/gl.scm (ftgl)[inputs,propagated-inputs]: Move "freetype" from
  "inputs" to "propagated-inputs".
master
Ricardo Wurmus 2015-06-18 17:36:12 +02:00
parent 0543c32659
commit 9e8505343e
1 changed files with 3 additions and 2 deletions

View File

@ -120,8 +120,9 @@ the X-Consortium license.")
(sha256
(base32 "0nsn4s6vnv5xcgxcw6q031amvh2zfj2smy1r5mbnjj2548hxcn2l"))))
(build-system gnu-build-system)
(inputs `(("freetype" ,freetype)
("libx11" ,libx11)
;; The pkg-config file lists "freetype2" as Requires.private.
(propagated-inputs `(("freetype" ,freetype)))
(inputs `(("libx11" ,libx11)
("mesa" ,mesa)
("glu" ,glu)))
(home-page "http://ftgl.sourceforge.net")