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 /xorg.cf | |
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
Diffstat (limited to 'xorg.cf')
-rw-r--r-- | xorg.cf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |