build: disable freetype2 by default
The freetype2 backend is no longer recommended. You should always prefer the pango backend. Pango provides a lot more advanced font options and internationalization. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
70b069aacc
commit
bef45b7d65
@ -300,7 +300,7 @@ enable_font_freetype2="no"
|
||||
enable_font_pango="no"
|
||||
if test "x$with_fonts" = "x" ; then
|
||||
enable_font_unifont="no (default)"
|
||||
enable_font_freetype2="yes (default)"
|
||||
enable_font_freetype2="no (default)"
|
||||
enable_font_pango="yes (default)"
|
||||
with_fonts="freetype2,pango (default)"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user