[xorg-commit-diffs] xc/config/cf X11.tmpl,1.1.4.2.2.4,1.1.4.2.2.5

Alexander Gottwald xorg-commit at pdx.freedesktop.org
Mon Mar 29 04:18:31 PST 2004


Committed by: ago


Index: X11.tmpl
===================================================================
RCS file: /cvs/xorg/xc/config/cf/X11.tmpl,v
retrieving revision 1.1.4.2.2.4
retrieving revision 1.1.4.2.2.5
diff -u -d -r1.1.4.2.2.4 -r1.1.4.2.2.5
--- a/X11.tmpl	19 Mar 2004 03:14:58 -0000	1.1.4.2.2.4
+++ b/X11.tmpl	29 Mar 2004 12:17:57 -0000	1.1.4.2.2.5
@@ -2070,27 +2070,27 @@
 #endif
 
 #if BuildRandRLibrary
-#ifndef SharedLibXrandr
-#define SharedLibXrandr		HasSharedLibraries
-#endif
-#ifndef NormalLibXrandr
-#define NormalLibXrandr		(!SharedLibXrandr || ForceNormalLib)
-#endif
-#ifndef DebugLibXrandr
-#define DebugLibXrandr		NO
-#endif
-#ifndef ProfileLibXrandr
-#define ProfileLibXrandr	NO
-#endif
+# ifndef SharedLibXrandr
+#  define SharedLibXrandr		HasSharedLibraries
+# endif
+# ifndef NormalLibXrandr
+#  define NormalLibXrandr		(!SharedLibXrandr || ForceNormalLib)
+# endif
+# ifndef DebugLibXrandr
+#  define DebugLibXrandr	NO
+# endif
+# ifndef ProfileLibXrandr
+#  define ProfileLibXrandr	NO
+# endif
 #else
-#undef  SharedLibXrandr
-#define SharedLibXrandr		NO
-#undef  NormalLibXrandr
-#define NormalLibXrandr		NO
-#undef  DebugLibXrandr
-#define DebugLibXrandr		NO
-#undef  ProfileLibXrandr
-#define ProfileLibXrandr	NO
+# undef  SharedLibXrandr
+# define SharedLibXrandr	NO
+# undef  NormalLibXrandr
+# define NormalLibXrandr	NO
+# undef  DebugLibXrandr
+# define DebugLibXrandr		NO
+# undef  ProfileLibXrandr
+# define ProfileLibXrandr	NO
 #endif
 
 #if BuildXcursorLibrary
@@ -3236,7 +3236,7 @@
           XFTLIBSRC = $(LIBSRC)/Xft
 #if SharedLibXft
 #ifndef SharedXftRev
-#define SharedXftRev 2.1.1
+#define SharedXftRev 2.1.2
 #endif
 SharedLibReferences(XFT,Xft,$(XFTLIBSRC),SOXFTREV,SharedXftRev)
 #else




More information about the xorg-commit-diffs mailing list