me
/
guix
Archived
1
0
Fork 0

gnu: ttfautohint: Don't build static library.

* gnu/packages/fontutils.scm (ttfautohint)[arguments]: Add
configure-flag to not build static library.
master
Efraim Flashner 2020-09-01 23:39:11 +03:00
parent 0be22e4474
commit f91270bf0a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@ anti-aliased glyph bitmap generation with 256 gray levels.")
`(("freetype" ,freetype)
("harfbuzz" ,harfbuzz)))
(arguments
`(#:configure-flags '("--with-qt=no"))) ;no gui
`(#:configure-flags '("--disable-static"
"--with-qt=no"))) ;no gui
(synopsis "Automated font hinting")
(description
"ttfautohint provides a 99% automated hinting process and a platform for