summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-04-25 22:34:12 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-04-25 22:34:12 +0000
commit064ef4db36b71b03ec920e5934633af9c9ddaf82 (patch)
tree877cc36ac201e1b471426cf0b780c945a9c19627
parentd32b8d447fd6b91294fc73b406a98b45fdf0611a (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.tmpl16
-rw-r--r--site.def2
-rw-r--r--xfree86.cf4
-rw-r--r--xorg.cf6
4 files changed, 15 insertions, 13 deletions
diff --git a/X11.tmpl b/X11.tmpl
index bc6c487..78ef77c 100644
--- a/X11.tmpl
+++ b/X11.tmpl
@@ -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
diff --git a/site.def b/site.def
index 2d8c4ba..d0acb98 100644
--- a/site.def
+++ b/site.def
@@ -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>
diff --git a/xfree86.cf b/xfree86.cf
index 1891043..9e81f75 100644
--- a/xfree86.cf
+++ b/xfree86.cf
@@ -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
diff --git a/xorg.cf b/xorg.cf
index a9b2ad6..7daa923 100644
--- a/xorg.cf
+++ b/xorg.cf
@@ -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