Module Name:    xsrc
Committed By:   mrg
Date:           Sat Nov 20 22:00:51 UTC 2010

Modified Files:
        xsrc/external/mit/xf86-video-vmware/include: config.h

Log Message:
update this for 11.0.3


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xf86-video-vmware/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-vmware/include/config.h
diff -u xsrc/external/mit/xf86-video-vmware/include/config.h:1.5 xsrc/external/mit/xf86-video-vmware/include/config.h:1.6
--- xsrc/external/mit/xf86-video-vmware/include/config.h:1.5	Sat Aug 14 09:10:27 2010
+++ xsrc/external/mit/xf86-video-vmware/include/config.h	Sat Nov 20 22:00:51 2010
@@ -9,6 +9,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
+/* Has libdrm */
+#undef HAVE_LIBDRM
+
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
@@ -42,8 +45,11 @@
 /* Has version 1.2.0 or greater of the Xserver */
 #define HAVE_XORG_SERVER_1_2_0 1
 
+/* Has version 1.5.0 or greater of the Xserver */
+#define HAVE_XORG_SERVER_1_5_0 1
+
 /* Has version 1.7.0 or greater of the Xserver */
-/* #undef HAVE_XORG_SERVER_1_7_0 */
+#define HAVE_XORG_SERVER_1_7_0 1
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */
@@ -59,13 +65,13 @@
 #define PACKAGE_NAME "xf86-video-vmware"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-vmware 11.0.2"
+#define PACKAGE_STRING "xf86-video-vmware 11.0.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-vmware"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "11.0.2"
+#define PACKAGE_VERSION "11.0.3"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 11
@@ -74,10 +80,10 @@
 #define PACKAGE_VERSION_MINOR 0
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 2
+#define PACKAGE_VERSION_PATCHLEVEL 3
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "11.0.2"
+#define VERSION "11.0.3"

Reply via email to