Magellan Linux

Annotation of /trunk/xorg-old/patches-6.8.2-r10/1110_all_6.8.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 ago) by niro
File size: 795 byte(s)
-import

1 niro 167 When BuildClients is off and BuildFonts is on, mkfontscale and mkfontdir aren't built. But
2     mkfontscale is used during the build process and mkfontdir is needed later,
3     so we should build them anyway if UseInstalled isn't on.
4    
5     Minimally mkfontscale must be built, but not sure about mkfontdir for upstream.
6    
7     -Donnie Berkholz <spyderous@gentoo.org>
8    
9     --- xc.orig/programs/Imakefile 2004-09-01 18:10:29.000000000 -0700
10     +++ xc/programs/Imakefile 2004-11-20 14:18:16.355476632 -0800
11     @@ -123,7 +123,11 @@
12     #endif
13    
14     #if BuildServersOnly || !BuildClients
15     +# if BuildFonts && !UseInstalled
16     +SUBDIRS = $(XSSRCDIR) mkfontdir $(MKFONTSCALEDIR) $(RGBSRCDIR) $(XINITSRCDIR) bdftopcf xauth
17     +# else
18     SUBDIRS = $(XSSRCDIR)
19     +# endif /* BuildFonts && !UseInstalled */
20     #else
21     SUBDIRS = \
22     appres bdftopcf bitmap \