build: enable unifont by default
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 16 Feb 2013 20:05:55 +0000 (21:05 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 16 Feb 2013 20:05:55 +0000 (21:05 +0100)
Unifont is a very nice font-backend that now has sane compilation times
(by using ld directly). It's recommended over 8x16 as it has proper
internationalization support.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
configure.ac

index 5b0923a..c6fda82 100644 (file)
@@ -305,10 +305,10 @@ enable_font_unifont="no"
 enable_font_freetype2="no"
 enable_font_pango="no"
 if test "x$with_fonts" = "x" ; then
-        enable_font_unifont="no (default)"
+        enable_font_unifont="yes (default)"
         enable_font_freetype2="no (default)"
         enable_font_pango="yes (default)"
-        with_fonts="freetype2,pango (default)"
+        with_fonts="unifont,pango (default)"
 else
         SAVEIFS="$IFS"
         IFS=","