diff options
-rw-r--r-- | X11.tmpl | 4 | ||||
-rw-r--r-- | xfree86.cf | 2 | ||||
-rw-r--r-- | xorg.cf | 4 | ||||
-rw-r--r-- | xorgsite.def | 6 |
4 files changed, 5 insertions, 11 deletions
@@ -1,6 +1,6 @@ XCOMM ---------------------------------------------------------------------- XCOMM X Window System Build Parameters and Rules -XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.2 2004/04/23 18:41:58 eich Exp $ +XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.3 2004/04/25 22:34:12 gisburn Exp $ XCOMM $Xorg: X11.tmpl,v 1.6 2000/08/17 19:41:46 cpqbld Exp $ XCOMM XCOMM @@ -143,7 +143,7 @@ XCOMM $XFree86: xc/config/cf/X11.tmpl,v 1.248 2004/02/16 04:07:37 dawes Exp $ #define BuildSpeedo NO #endif #ifndef BuildType1 -#define BuildType1 YES +#define BuildType1 NO #endif #ifndef BuildCID #define BuildCID YES @@ -1584,7 +1584,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 #endif #ifndef BuildType1 -# define BuildType1 YES +# define BuildType1 NO #endif #ifndef BuildCID @@ -1,4 +1,4 @@ -XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.2 2004/04/23 18:41:59 eich Exp $ +XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.3 2004/04/25 22:34:12 gisburn Exp $ /* * This configuration file contains all of the configuration * information for the Xorg based X Servers. @@ -1595,7 +1595,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 #endif #ifndef BuildType1 -# define BuildType1 YES +# define BuildType1 NO #endif #ifndef BuildCID diff --git a/xorgsite.def b/xorgsite.def index 4e3379d..f6754a7 100644 --- a/xorgsite.def +++ b/xorgsite.def @@ -169,12 +169,6 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ */ /* - * To disable support for Type1 fonts, uncomment this. - * -#define BuildType1 NO - */ - -/* * To disable support for CID fonts, uncomment this. * #define BuildCID NO |