summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-08-06 11:55:02 -0700
committerMichael Forney <mforney@mforney.org>2019-08-06 11:55:02 -0700
commit1c12f85e27606fc4246ae148d3ecd8c5e1585742 (patch)
tree66a0a5280cca9614c3f2678db31c6ff6b5a2ad5a
parentaf514c16aaee13f205d116c395f0da4cf5130f1b (diff)
libdrm: Update config.h to include sys/sysmacros.h
-rw-r--r--pkg/libdrm/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/libdrm/config.h b/pkg/libdrm/config.h
index a1912fef..09f51547 100644
--- a/pkg/libdrm/config.h
+++ b/pkg/libdrm/config.h
@@ -28,7 +28,7 @@
#define HAVE_VMWGFX 0
#define LT_OBJDIR ".libs/"
/* #undef MAJOR_IN_MKDEV */
-/* #undef MAJOR_IN_SYSMACROS */
+#define MAJOR_IN_SYSMACROS 1
#define PACKAGE "libdrm"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=DRI"
#define PACKAGE_NAME "libdrm"