diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-04-25 22:34:12 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-04-25 22:34:12 +0000 |
commit | 064ef4db36b71b03ec920e5934633af9c9ddaf82 (patch) | |
tree | 877cc36ac201e1b471426cf0b780c945a9c19627 | |
parent | d32b8d447fd6b91294fc73b406a98b45fdf0611a (diff) |
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=548 -
RFE: Remove Speedo font support from the Xorg default build
-rw-r--r-- | X11.tmpl | 16 | ||||
-rw-r--r-- | site.def | 2 | ||||
-rw-r--r-- | xfree86.cf | 4 | ||||
-rw-r--r-- | xorg.cf | 6 |
4 files changed, 15 insertions, 13 deletions
@@ -1,6 +1,6 @@ XCOMM ---------------------------------------------------------------------- XCOMM X Window System Build Parameters and Rules -XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.1.4.13 2004/04/21 10:03:12 gisburn Exp $ +XCOMM $XdotOrg: xc/config/cf/X11.tmpl,v 1.2 2004/04/23 18:41:58 eich Exp $ XCOMM $Xorg: X11.tmpl,v 1.6 2000/08/17 19:41:46 cpqbld Exp $ XCOMM XCOMM @@ -140,7 +140,7 @@ XCOMM $XFree86: xc/config/cf/X11.tmpl,v 1.248 2004/02/16 04:07:37 dawes Exp $ #define XserverStaticFontLib YES #endif #ifndef BuildSpeedo -#define BuildSpeedo YES +#define BuildSpeedo NO #endif #ifndef BuildType1 #define BuildType1 YES @@ -170,7 +170,7 @@ XCOMM $XFree86: xc/config/cf/X11.tmpl,v 1.248 2004/02/16 04:07:37 dawes Exp $ #define Build100DpiFonts YES #endif #ifndef BuildSpeedoFonts -#define BuildSpeedoFonts YES +#define BuildSpeedoFonts NO #endif #ifndef BuildType1Fonts #define BuildType1Fonts YES @@ -753,16 +753,16 @@ XCOMM $XFree86: xc/config/cf/X11.tmpl,v 1.248 2004/02/16 04:07:37 dawes Exp $ #endif #ifndef DefaultFontPath /* - * Turn off building Speedo, Type1 and CID fonts if you are building + * Turn off building Type1 and CID fonts if you are building * for low memory footprint */ #if BuildLowMem #define DefaultFontPath $(FONTDIR)/misc/,$(FONTDIR)/75dpi/,$(FONTDIR)/100dpi/ #else #if PrimaryScreenResolution < 88 /* (75 + 100) / 2 */ -#define DefaultFontPath $(FONTDIR)/misc/,$(FONTDIR)/TTF/,$(FONTDIR)/Speedo/,$(FONTDIR)/Type1/,$(FONTDIR)/CID/,$(FONTDIR)/75dpi/,$(FONTDIR)/100dpi/ +#define DefaultFontPath $(FONTDIR)/misc/,$(FONTDIR)/TTF/,$(FONTDIR)/Type1/,$(FONTDIR)/CID/,$(FONTDIR)/75dpi/,$(FONTDIR)/100dpi/ #else -#define DefaultFontPath $(FONTDIR)/misc/,$(FONTDIR)/TTF/,$(FONTDIR)/Speedo/,$(FONTDIR)/Type1/,$(FONTDIR)/CID/,$(FONTDIR)/100dpi/,$(FONTDIR)/75dpi/ +#define DefaultFontPath $(FONTDIR)/misc/,$(FONTDIR)/TTF/,$(FONTDIR)/Type1/,$(FONTDIR)/CID/,$(FONTDIR)/100dpi/,$(FONTDIR)/75dpi/ #endif #endif #endif @@ -773,9 +773,9 @@ XCOMM $XFree86: xc/config/cf/X11.tmpl,v 1.248 2004/02/16 04:07:37 dawes Exp $ */ #if BuildLowMem #if PrimaryScreenResolution < 88 /* (75 + 100) / 2 */ -#define DefaultFSFontPath $(FONTDIR)/misc/,$(FONTDIR)/Speedo/,$(FONTDIR)/Type1/,$(FONTDIR)/CID/,$(FONTDIR)/75dpi/,$(FONTDIR)/100dpi/ +#define DefaultFSFontPath $(FONTDIR)/misc/,$(FONTDIR)/Type1/,$(FONTDIR)/CID/,$(FONTDIR)/75dpi/,$(FONTDIR)/100dpi/ #else -#define DefaultFSFontPath $(FONTDIR)/misc/,$(FONTDIR)/Speedo/,$(FONTDIR)/Type1/,$(FONTDIR)/CID/,$(FONTDIR)/100dpi/,$(FONTDIR)/75dpi/ +#define DefaultFSFontPath $(FONTDIR)/misc/,$(FONTDIR)/Type1/,$(FONTDIR)/CID/,$(FONTDIR)/100dpi/,$(FONTDIR)/75dpi/ #endif #else #define DefaultFSFontPath DefaultFontPath @@ -41,6 +41,8 @@ XCOMM site: $XFree86: xc/config/cf/site.def,v 3.24 2000/06/25 20:17:29 dawes Ex #define SiteIConfigFiles $(IRULESRC)/xorgsite.def $(IRULESRC)/host.def #endif +#define HasFreetype2 NO + #include <host.def> #include <xorgsite.def> @@ -1580,7 +1580,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 * Include fonts support */ #ifndef BuildSpeedo -# define BuildSpeedo YES +# define BuildSpeedo NO #endif #ifndef BuildType1 @@ -1609,7 +1609,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 # define Build100DpiFonts YES #endif #ifndef BuildSpeedoFonts -# define BuildSpeedoFonts YES +# define BuildSpeedoFonts NO #endif #ifndef BuildType1Fonts # define BuildType1Fonts YES @@ -1,4 +1,4 @@ -XCOMM $XdotOrg$ +XCOMM $XdotOrg: xc/config/cf/xorg.cf,v 1.2 2004/04/23 18:41:59 eich Exp $ /* * This configuration file contains all of the configuration * information for the Xorg based X Servers. @@ -1591,7 +1591,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 * Include fonts support */ #ifndef BuildSpeedo -# define BuildSpeedo YES +# define BuildSpeedo NO #endif #ifndef BuildType1 @@ -1620,7 +1620,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8 # define Build100DpiFonts YES #endif #ifndef BuildSpeedoFonts -# define BuildSpeedoFonts YES +# define BuildSpeedoFonts NO #endif #ifndef BuildType1Fonts # define BuildType1Fonts YES |