commit: b53042bf1c7b26211bdf76c601789c6b9e626b3c
parent 8dccf30234343e94784b7c6ecf23e0acb618e61f
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 11 Mar 2024 13:31:55 -0700
libpciaccess: Update to 0.18
Diffstat:
3 files changed, 3 insertions(+), 49 deletions(-)
diff --git a/pkg/libpciaccess/README.md b/pkg/libpciaccess/README.md
@@ -3,5 +3,4 @@
## config.h
Generated with
- ./configure \
- --with-pciids-path=/share/hwdata
+ meson setup --prefix / build
diff --git a/pkg/libpciaccess/config.h b/pkg/libpciaccess/config.h
@@ -1,53 +1,8 @@
-#define HAVE_DLFCN_H 1
#define HAVE_ERR_H 1
#define HAVE_INTTYPES_H 1
-/* #undef HAVE_MACHINE_MTRR_H */
-/* #undef HAVE_MACHINE_SYSARCH_H */
-#define HAVE_MEMORY_H 1
#define HAVE_MTRR 1
#define HAVE_STDINT_H 1
-#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
-#define HAVE_SYS_STAT_H 1
-#define HAVE_SYS_TYPES_H 1
-#define HAVE_UNISTD_H 1
-/* #undef HAVE_ZLIB */
-/* #undef LINUX_ROM */
-#define LT_OBJDIR ".libs/"
-#define PACKAGE "libpciaccess"
-#define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libpciaccess/issues"
-#define PACKAGE_NAME "libpciaccess"
-#define PACKAGE_STRING "libpciaccess 0.16"
-#define PACKAGE_TARNAME "libpciaccess"
-#define PACKAGE_URL ""
-#define PACKAGE_VERSION "0.16"
-#define PACKAGE_VERSION_MAJOR 0
-#define PACKAGE_VERSION_MINOR 16
-#define PACKAGE_VERSION_PATCHLEVEL 0
+#define HAVE_ZLIB 1
#define PCIIDS_PATH "/share/hwdata"
-#define STDC_HEADERS 1
-#ifndef _ALL_SOURCE
-# define _ALL_SOURCE 1
-#endif
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE 1
-#endif
-#ifndef _POSIX_PTHREAD_SEMANTICS
-# define _POSIX_PTHREAD_SEMANTICS 1
-#endif
-#ifndef _TANDEM_SOURCE
-# define _TANDEM_SOURCE 1
-#endif
-#ifndef __EXTENSIONS__
-# define __EXTENSIONS__ 1
-#endif
-#define VERSION "0.16"
-#ifndef _DARWIN_USE_64_BIT_INODE
-# define _DARWIN_USE_64_BIT_INODE 1
-#endif
-/* #undef _FILE_OFFSET_BITS */
-/* #undef _LARGE_FILES */
-/* #undef _MINIX */
-/* #undef _POSIX_1_SOURCE */
-/* #undef _POSIX_SOURCE */
diff --git a/pkg/libpciaccess/ver b/pkg/libpciaccess/ver
@@ -1 +1 @@
-0.16 r0
+0.18 r0