diff options
| author | Michael Forney <mforney@mforney.org> | 2018-08-10 18:18:17 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-08-11 17:54:14 -0700 |
| commit | 8e634bb2fd0b7b37f5d11cb0aaa37df515f0a995 (patch) | |
| tree | f374260f5de1f745909d748572c9dae20ae0af6e /pkg/libdrm/config.h | |
| parent | d3a6844ca3d367c1230845dd0f0cde84307f7734 (diff) | |
libdrm: Update to 2.4.93
Diffstat (limited to 'pkg/libdrm/config.h')
| -rw-r--r-- | pkg/libdrm/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/libdrm/config.h b/pkg/libdrm/config.h index 4a7aa8d1..a1ad52ca 100644 --- a/pkg/libdrm/config.h +++ b/pkg/libdrm/config.h @@ -32,13 +32,13 @@ #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.91" +#define PACKAGE_STRING "libdrm 2.4.93" #define PACKAGE_TARNAME "libdrm" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.4.91" +#define PACKAGE_VERSION "2.4.93" /* #undef STACK_DIRECTION */ #define STDC_HEADERS 1 -/* #undef UDEV */ +#define UDEV 0 #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 #endif @@ -54,7 +54,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.4.91" +#define VERSION "2.4.93" #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif |
