gnu: freetype: Add libpng and zlib to propagated-inputs.
* gnu/packages/fontutils.scm (freetype)[propagated-inputs]: New field. [native-inputs]: New field.
This commit is contained in:
parent
a1713f18d0
commit
944504b32d
|
@ -54,6 +54,13 @@
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"18k3b026762lmyrxfil5xv8qwnvj7hc12gz9bjqzbb12lmx707ip"))))
|
"18k3b026762lmyrxfil5xv8qwnvj7hc12gz9bjqzbb12lmx707ip"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
(propagated-inputs
|
||||||
|
;; These are all in the Requires.private field of freetype2.pc.
|
||||||
|
;; XXX: add harfbuzz.
|
||||||
|
`(("libpng" ,libpng)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(synopsis "Font rendering library")
|
(synopsis "Font rendering library")
|
||||||
(description
|
(description
|
||||||
"Freetype is a library that can be used by applications to access the
|
"Freetype is a library that can be used by applications to access the
|
||||||
|
|
Loading…
Reference in New Issue