diff options
| -rw-r--r-- | pkg/libdrm/README.md | 7 | ||||
| -rw-r--r-- | pkg/libdrm/config.h | 57 | ||||
| m--------- | pkg/libdrm/src | 0 | ||||
| -rw-r--r-- | pkg/libdrm/ver | 2 |
4 files changed, 6 insertions, 60 deletions
diff --git a/pkg/libdrm/README.md b/pkg/libdrm/README.md index 2db5af47..654422c0 100644 --- a/pkg/libdrm/README.md +++ b/pkg/libdrm/README.md @@ -3,12 +3,7 @@ # `config.h` Generated with - ./configure \ - --disable-amdgpu \ - --disable-intel \ - --disable-nouveau \ - --disable-radeon \ - --disable-vmwgfx + meson build -Dintel=false -Dnouveau=false -Dradeon=false -Dvmwgfx=false -Dlibkms=false `HAVE_INTEL`, `HAVE_NOUVEAU`, and `HAVE_AMDGPU` were removed since they get defined in `gen.lua` based on the keys in `config.video_drivers`. diff --git a/pkg/libdrm/config.h b/pkg/libdrm/config.h index 09f51547..aa42a790 100644 --- a/pkg/libdrm/config.h +++ b/pkg/libdrm/config.h @@ -1,66 +1,17 @@ -/* #undef CRAY_STACKSEG_END */ -/* #undef C_ALLOCA */ -#define HAVE_ALLOCA 1 -#define HAVE_ALLOCA_H 1 +#define HAVE_ALLOCA_H #define HAVE_CAIRO 0 -#define HAVE_CLOCK_GETTIME 1 -#define HAVE_DLFCN_H 1 #define HAVE_EXYNOS 0 #define HAVE_FREEDRENO_KGSL 0 -#define HAVE_INTTYPES_H 1 #define HAVE_LIBDRM_ATOMIC_PRIMITIVES 1 #define HAVE_LIB_ATOMIC_OPS 0 -#define HAVE_MEMORY_H 1 #define HAVE_OPEN_MEMSTREAM 1 #define HAVE_RADEON 0 -#define HAVE_STDINT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_STRING_H 1 -#define HAVE_SYS_SELECT_H 1 -#define HAVE_SYS_STAT_H 1 -/* #undef HAVE_SYS_SYSCTL_H */ -#define HAVE_SYS_TYPES_H 1 -#define HAVE_UNISTD_H 1 +#define HAVE_SYS_SELECT_H +#undef HAVE_SYS_SYSCTL_H #define HAVE_VALGRIND 0 #define HAVE_VC4 0 #define HAVE_VISIBILITY 1 #define HAVE_VMWGFX 0 -#define LT_OBJDIR ".libs/" -/* #undef MAJOR_IN_MKDEV */ #define MAJOR_IN_SYSMACROS 1 -#define PACKAGE "libdrm" -#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=DRI" -#define PACKAGE_NAME "libdrm" -#define PACKAGE_STRING "libdrm 2.4.99" -#define PACKAGE_TARNAME "libdrm" -#define PACKAGE_URL "" -#define PACKAGE_VERSION "2.4.99" -/* #undef STACK_DIRECTION */ -#define STDC_HEADERS 1 #define UDEV 0 -#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 "2.4.99" -#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 */ -/* #undef size_t */ +#define _GNU_SOURCE 1 diff --git a/pkg/libdrm/src b/pkg/libdrm/src -Subproject b2103fa3257daa6acfdc6f4d4d8565abebaec4a +Subproject 0190f49a139e7069d7cad6a6890832831da1aa8 diff --git a/pkg/libdrm/ver b/pkg/libdrm/ver index f66b096a..96168f6e 100644 --- a/pkg/libdrm/ver +++ b/pkg/libdrm/ver @@ -1 +1 @@ -2.4.99 r0 +2.4.100 r0 |
