diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fontutils.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 19b3c8da84..96557b963c 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -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 |