mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: ttfautohint: Don't build static library.
* gnu/packages/fontutils.scm (ttfautohint)[arguments]: Add configure-flag to not build static library.
This commit is contained in:
parent
0be22e4474
commit
f91270bf0a
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ (define-public ttfautohint
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue