logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 1c12f85e27606fc4246ae148d3ecd8c5e1585742
parent af514c16aaee13f205d116c395f0da4cf5130f1b
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  6 Aug 2019 11:55:02 -0700

libdrm: Update config.h to include sys/sysmacros.h

Diffstat:

Mpkg/libdrm/config.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"