Magellan Linux

Annotation of /trunk/xorg-old/patches-6.9.0-r1/1110_all_6.9.0-force-build-font-utils-if-needed.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 167 - (hide annotations) (download)
Tue May 8 20:58:51 2007 UTC (17 years, 1 month ago) by niro
File size: 476 byte(s)
-import

1 niro 167 --- xc/programs/Imakefile.orig 2005-12-28 23:34:40.000000000 +0000
2     +++ xc/programs/Imakefile 2005-12-28 23:39:53.000000000 +0000
3     @@ -129,7 +129,11 @@
4     #endif
5    
6     #if BuildServersOnly || !BuildClients
7     +# if BuildFonts && !UseInstalled
8     +SUBDIRS = $(XSSRCDIR) $(XKBCOMPDIR) mkfontdir $(MKFONTSCALEDIR) $(RGBSRCDIR) $(XINITSRCDIR) bdftopcf xauth
9     +# else
10     SUBDIRS = $(XSSRCDIR) $(XKBCOMPDIR)
11     +# endif /* BuildFonts && !UseInstalled */
12     #else
13     SUBDIRS = \
14     appres bdftopcf bitmap \