[xorg-commit-diffs] xc/config/cf cygwin.cf, 1.1.4.1.2.22, 1.1.4.1.2.23

Harold L Hunt II xorg-commit at pdx.freedesktop.org
Sun Mar 28 19:48:29 PST 2004


Committed by: harold

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

Modified Files:
      Tag: CYGWIN
	cygwin.cf 
Log Message:
Enable XResExt that was disabled by switch from xfree86.cf to X11.tmpl

Index: cygwin.cf
===================================================================
RCS file: /cvs/xorg/xc/config/cf/cygwin.cf,v
retrieving revision 1.1.4.1.2.22
retrieving revision 1.1.4.1.2.23
diff -u -d -r1.1.4.1.2.22 -r1.1.4.1.2.23
--- a/cygwin.cf	18 Mar 2004 23:10:21 -0000	1.1.4.1.2.22
+++ b/cygwin.cf	27 Mar 2004 19:41:14 -0000	1.1.4.1.2.23
@@ -2,10 +2,10 @@
 
 /* Cygwin/X vendor strings and version */
 #ifndef CygxVersionMajor
-# define CygxVersionMajor 4
+# define CygxVersionMajor 6
 #endif
 #ifndef CygxVersionMinor
-# define CygxVersionMinor 4
+# define CygxVersionMinor 7
 #endif
 #ifndef CygxVersionPico
 # define CygxVersionPico 0
@@ -375,15 +375,36 @@
 #define ExtraFilesToClean	*.obj *.orig *.rej junk.c *.exe *.dll *.lib *~
 
 /* Flags for which the default in X11.tmpl is not what we want. */
-#define BuildXinerama		NO	/* Not supported by XWin Server */
-#define BuildXIE		NO	/* Deprecated */
-#define BuildDPMS		NO	/* Not supported by XWin Server */
-#define BuildXInputExt		YES	/* Not enabled by default */
-#define BuildRandR		NO	/* Not supported by XWin Server */
-#define BuildXF86BigfontExt	YES	/* Not enabled by default */
-#define BuildGlxExt		YES	/* Not enabled by default */
-#define BuildXprintLib		YES     /* Not enabled when Xprt disabled */
-#define BuildXterm		NO	/* Built separately on Cygwin */
+#ifndef BuildXinerama
+# define BuildXinerama		NO	/* Not supported by XWin Server */
+#endif
+#ifndef BuildXIE
+# define BuildXIE		NO	/* Deprecated */
+#endif
+#ifndef BuildDPMS
+# define BuildDPMS		NO	/* Not supported by XWin Server */
+#eneif
+#ifndef BuildXInputExt
+# define BuildXInputExt		YES	/* Not enabled by default */
+#endif
+#ifndef BuildRandR
+# define BuildRandR		NO	/* Not supported by XWin Server */
+#endif
+#ifndef BuildXF86BigfontExt
+# define BuildXF86BigfontExt	YES	/* Not enabled by default */
+#endif
+#ifndef BuildGlxExt
+# define BuildGlxExt		YES	/* Not enabled by default */
+#endif
+#ifndef BuildXprintLib
+# define BuildXprintLib		YES     /* Not enabled when Xprt disabled */
+#endif
+#ifndef BuildXterm
+# define BuildXterm		NO	/* Built separately on Cygwin */
+#endif
+#ifndef BuildXResExt
+# define BuildXResExt		YES	/* Not enabled by default */
+#endif
 
 /* Server build rules */
 #ifndef XnestServer




More information about the xorg-commit-diffs mailing list