[xorg-commit-diffs] xc/config/cf xprint_site.def,1.1.2.7,1.1.2.8

Roland Mainz xorg-commit at pdx.freedesktop.org
Tue Apr 20 12:49:53 EST 2004


Committed by: gisburn

Update of /cvs/xorg/xc/config/cf
In directory pdx:/tmp/cvs-serv24694/xc/config/cf

Modified Files:
      Tag: XPRINT
	xprint_site.def 
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=513 - Building with static FreeType library and static libXfont results in duplicate symbols

Index: xprint_site.def
===================================================================
RCS file: /cvs/xorg/xc/config/cf/Attic/xprint_site.def,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- a/xprint_site.def	17 Apr 2004 02:34:47 -0000	1.1.2.7
+++ b/xprint_site.def	20 Apr 2004 02:49:50 -0000	1.1.2.8
@@ -120,7 +120,11 @@
 #define XF86Server                     NO
 #define XnestServer                    NO
 #define XVirtualFramebufferServer      NO
+
 #define BuildFreetype2Library          YES
+#define SharedLibFreetype2             NO
+#define NormalLibFreetype2             YES
+
 #define HasFreetype2                   NO
 #define BuildXTrueType                 NO
 #define BuildType1                     NO




More information about the xorg-commit-diffs mailing list