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
1 changed files with 2 additions and 0 deletions

View File

@ -436,6 +436,8 @@ resolution.")
(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/")