Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xf86-video-vmware/include updates for xf86-vi...



details:   https://anonhg.NetBSD.org/xsrc/rev/eef09248a917
branches:  trunk
changeset: 7431:eef09248a917
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 26 20:01:45 2023 +0000

description:
updates for xf86-video-vmware 13.4.0.

diffstat:

 external/mit/xf86-video-vmware/include/config.h |  27 +++++++++++++++---------
 1 files changed, 17 insertions(+), 10 deletions(-)

diffs (73 lines):

diff -r d472a80e6f2b -r eef09248a917 external/mit/xf86-video-vmware/include/config.h
--- a/external/mit/xf86-video-vmware/include/config.h   Sun Feb 26 19:59:31 2023 +0000
+++ b/external/mit/xf86-video-vmware/include/config.h   Sun Feb 26 20:01:45 2023 +0000
@@ -15,12 +15,18 @@
 /* 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
+/* Has version 2.4.74 or greater of libdrm */
+#define HAVE_LIBDRM_2_4_74 1
+
+/* Has version 2.4.96 or greater of libdrm */
+#define HAVE_LIBDRM_2_4_96 1
 
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 
+/* Define to 1 if you have the <stdio.h> header file. */
+#define HAVE_STDIO_H 1
+
 /* Define to 1 if you have the <stdlib.h> header file. */
 #define HAVE_STDLIB_H 1
 
@@ -57,8 +63,7 @@
 /* Has version 1.7.0 or greater of the Xserver */
 #define HAVE_XORG_SERVER_1_7_0 1
 
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
 #define LT_OBJDIR ".libs/"
 
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
@@ -74,7 +79,7 @@
 #define PACKAGE_NAME "xf86-video-vmware"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-video-vmware 13.2.1"
+#define PACKAGE_STRING "xf86-video-vmware 13.4.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xf86-video-vmware"
@@ -83,22 +88,24 @@
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "13.2.1"
+#define PACKAGE_VERSION "13.4.0"
 
 /* Major version of this package */
 #define PACKAGE_VERSION_MAJOR 13
 
 /* Minor version of this package */
-#define PACKAGE_VERSION_MINOR 2
+#define PACKAGE_VERSION_MINOR 4
 
 /* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 1
+#define PACKAGE_VERSION_PATCHLEVEL 0
 
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+   required in a freestanding environment). This macro is provided for
+   backward compatibility; new code need not use it. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "13.2.1"
+#define VERSION "13.4.0"
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS



Home | Main Index | Thread Index | Old Index