Module Name: xsrc
Committed By: mrg
Date: Sat Jul 12 04:46:26 UTC 2014
Modified Files:
xsrc/external/mit/xf86-video-vmware/include: config.h
Log Message:
update for xf86-video-vmware 13.0.2.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
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.9 xsrc/external/mit/xf86-video-vmware/include/config.h:1.10
--- xsrc/external/mit/xf86-video-vmware/include/config.h:1.9 Wed Jun 5 06:22:23 2013
+++ xsrc/external/mit/xf86-video-vmware/include/config.h Sat Jul 12 04:46:26 2014
@@ -12,6 +12,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
+/* Has version 2.4.38 or greater of libdrm */
+#define HAVE_LIBDRM_2_4_38 1
+
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
@@ -36,12 +39,15 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
-/* Has version 1.1.0 or greater of the Xserver */
-#define HAVE_XORG_SERVER_1_1_0 1
+/* Has version 2 of XA */
+#undef HAVE_XA_2
/* Has version 1.12.0 or greater of the Xserver */
#undef HAVE_XORG_SERVER_1_12_0
+/* Has version 1.1.0 or greater of the Xserver */
+#define HAVE_XORG_SERVER_1_1_0 1
+
/* Has version 1.2.0 or greater of the Xserver */
#define HAVE_XORG_SERVER_1_2_0 1
@@ -55,6 +61,9 @@
*/
#define LT_OBJDIR ".libs/"
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+#undef NO_MINUS_C_MINUS_O
+
/* Name of package */
#define PACKAGE "xf86-video-vmware"
@@ -65,7 +74,7 @@
#define PACKAGE_NAME "xf86-video-vmware"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-vmware 13.0.1"
+#define PACKAGE_STRING "xf86-video-vmware 13.0.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xf86-video-vmware"
@@ -74,7 +83,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "11.0.1"
+#define PACKAGE_VERSION "13.0.2"
/* Major version of this package */
#define PACKAGE_VERSION_MAJOR 13
@@ -83,13 +92,13 @@
#define PACKAGE_VERSION_MINOR 0
/* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 1
+#define PACKAGE_VERSION_PATCHLEVEL 2
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "13.0.1"
+#define VERSION "13.0.2"
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS