summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-01 23:53:33 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-01 23:53:33 +0000
commite5b1d38e142807b59ce4ec89764c949f707ec541 (patch)
tree3c4b6d793f7f04eb4e2c129274d6b1ece68e5607
parentccca76b8083b83825fa16483b44e8926a35412bb (diff)
Disable Xprint freetype support momentarily. Needs ttf2pt1.c, which exists
in the monolith but has an advertising clause in the license.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fde6f57b..74a460e7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-01 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Disable Xprint freetype support momentarily. Needs ttf2pt1.c, which
+ exists in the monolith but has an advertising clause in the license.
+
2006-04-01 Eric Anholt <anholt@FreeBSD.org>
* exa/exa_accel.c: (exaCopyWindow):
diff --git a/configure.ac b/configure.ac
index 10909428e..333d96d55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -432,7 +432,7 @@ AC_ARG_ENABLE(kdrive, AS_HELP_STRING([--enable-kdrive], [Build kdrive se
AC_ARG_ENABLE(xephyr, AS_HELP_STRING([--enable-xephyr], [Build the kdrive Xephyr server (default: auto)]), [XEPHYR=$enableval], [XEPHYR=auto])
AC_ARG_ENABLE(xsdl, AS_HELP_STRING([--enable-xsdl], [Build the kdrive Xsdl server (default: auto)]), [XSDL=$enableval], [XSDL=auto])
dnl xprint
-AC_ARG_ENABLE(freetype, AS_HELP_STRING([ --disable-freetype], [Build Xprint FreeType backend (default: yes)]), [XP_USE_FREETYPE=$enableval],[XP_USE_FREETYPE=yes])
+AC_ARG_ENABLE(freetype, AS_HELP_STRING([ --enable-freetype], [Build Xprint FreeType backend (default: yes)]), [XP_USE_FREETYPE=$enableval],[XP_USE_FREETYPE=no])
AC_ARG_WITH(freetype-config, AS_HELP_STRING([ --with-freetype-config=PROG], [Use FreeType configuration program PROG (default: auto)]), freetype_config=$withval, freetype_config=auto)