]> git.pld-linux.org Git - packages/X11.git/blame - X11-dontbuildfonts.patch
- fixed rpm group for OpenGL subpackages
[packages/X11.git] / X11-dontbuildfonts.patch
CommitLineData
547f237a 1--- xc/config/cf/xorg.cf~ 2004-08-08 18:31:40.144527928 +0200
2+++ xc/config/cf/xorg.cf 2004-08-08 18:31:40.160525496 +0200
3@@ -1145,25 +1145,25 @@
4 * By default, build all of the fonts.
5 */
6 #ifndef Build75DpiFonts
7-# define Build75DpiFonts YES
8+# define Build75DpiFonts NO
9 #endif
10 #ifndef Build100DpiFonts
11-# define Build100DpiFonts YES
12+# define Build100DpiFonts NO
13 #endif
14 #ifndef BuildSpeedoFonts
15 # define BuildSpeedoFonts NO
16 #endif
17 #ifndef BuildType1Fonts
18-# define BuildType1Fonts YES
19+# define BuildType1Fonts NO
20 #endif
21 #ifndef BuildCIDFonts
22-# define BuildCIDFonts YES
23+# define BuildCIDFonts NO
24 #endif
25 #ifndef BuildTrueTypeFonts
26-# define BuildTrueTypeFonts YES
27+# define BuildTrueTypeFonts NO
28 #endif
29 #ifndef BuildCyrillicFonts
30-# define BuildCyrillicFonts YES
31+# define BuildCyrillicFonts NO
32 #endif
33
34 /*
This page took 0.032414 seconds and 4 git commands to generate.