gnu: libotf: Use pkg-config to determine freetype location.

* gnu/packages/fontutils.scm (libotf)[native-inputs]: Add PKG-CONFIG.
This commit is contained in:
Marius Bakke 2018-01-03 18:17:03 +01:00
parent 0f72f05238
commit 48342a04ad
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -436,6 +436,8 @@ (define-public libotf
(sha256
(base32 "0239zvfan56w7vrppriwy77fzb10ag9llaz15nsraps2a2x6di3v"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(propagated-inputs
`(("freetype" ,freetype)))
(home-page "http://www.nongnu.org/m17n/")