gnu: ttfautohint: Don't build static library.
* gnu/packages/fontutils.scm (ttfautohint)[arguments]: Add configure-flag to not build static library.master
parent
0be22e4474
commit
f91270bf0a
|
@ -118,7 +118,8 @@ anti-aliased glyph bitmap generation with 256 gray levels.")
|
||||||
`(("freetype" ,freetype)
|
`(("freetype" ,freetype)
|
||||||
("harfbuzz" ,harfbuzz)))
|
("harfbuzz" ,harfbuzz)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-qt=no"))) ;no gui
|
`(#:configure-flags '("--disable-static"
|
||||||
|
"--with-qt=no"))) ;no gui
|
||||||
(synopsis "Automated font hinting")
|
(synopsis "Automated font hinting")
|
||||||
(description
|
(description
|
||||||
"ttfautohint provides a 99% automated hinting process and a platform for
|
"ttfautohint provides a 99% automated hinting process and a platform for
|
||||||
|
|
Reference in New Issue