[xorg-commit-diffs] xc/lib/font/FreeType/module Imakefile, 1.1.4.1.6.4, 1.1.4.1.6.4.4.1 ftmodule.c, 1.1.4.1, 1.1.4.1.16.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Sat Apr 10 02:04:17 PDT 2004


Committed by: gisburn

Update of /cvs/xorg/xc/lib/font/FreeType/module
In directory pdx:/tmp/cvs-serv7662/xc/lib/font/FreeType/module

Modified Files:
      Tag: XPRINT
	Imakefile ftmodule.c 
Log Message:
Resync to 2004-04-10 XORG-RELEASE-1 branch

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/lib/font/FreeType/module/Imakefile,v
retrieving revision 1.1.4.1.6.4
retrieving revision 1.1.4.1.6.4.4.1
diff -u -d -r1.1.4.1.6.4 -r1.1.4.1.6.4.4.1
--- a/Imakefile	14 Mar 2004 03:27:09 -0000	1.1.4.1.6.4
+++ b/Imakefile	10 Apr 2004 09:04:09 -0000	1.1.4.1.6.4.4.1
@@ -10,6 +10,10 @@
 # define BuildFreetypeDlModule (HasFreetype2 && HasDlopen)
 #endif
 
+#if !HasFreetype2
+INTERNALDEFINES = -DUSE_INTERNAL_FREETYPE
+#endif 
+
 #if !BuildFreetypeDlModule
 EXTRADEFINES = Freetype2BuildDefines -DFONTMODULE 
 # else
@@ -19,7 +23,7 @@
 
 
 
-DEFINES = $(EXTRADEFINES) -DXFREE86_FT2
+DEFINES = $(EXTRADEFINES) -DXFREE86_FT2 $(INTERNALDEFINES)
 #define IHaveModules
 #include <Server.tmpl>
 

Index: ftmodule.c
===================================================================
RCS file: /cvs/xorg/xc/lib/font/FreeType/module/ftmodule.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.1.16.1
diff -u -d -r1.1.4.1 -r1.1.4.1.16.1
--- a/ftmodule.c	26 Nov 2003 22:48:40 -0000	1.1.4.1
+++ b/ftmodule.c	10 Apr 2004 09:04:09 -0000	1.1.4.1.16.1
@@ -43,7 +43,7 @@
 	MODULEVENDORSTRING " & the After X-TT Project",
 	MODINFOSTRING1,
 	MODINFOSTRING2,
-	XF86_VERSION_CURRENT,
+	XORG_VERSION_CURRENT,
         2, 1, 0,
 	ABI_CLASS_FONT,			/* Font module */
 	ABI_FONT_VERSION,




More information about the xorg-commit-diffs mailing list