diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-08-22 00:50:55 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-08-22 00:50:55 +0000 |
commit | d0ebc6dcef54ad0305c0a813527fcac13b2e40b6 (patch) | |
tree | 594d6ecedd3f29a7a52d4d1766c27cfc31c12192 /lib/libGL/dri | |
parent | 2af0efb1ed62a3c47d3fdd3685d2c72510505015 (diff) |
use the drm headers from libdrm not the kernel
Diffstat (limited to 'lib/libGL/dri')
-rw-r--r-- | lib/libGL/dri/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGL/dri/Makefile.inc b/lib/libGL/dri/Makefile.inc index c9f335bac..6c5f2855e 100644 --- a/lib/libGL/dri/Makefile.inc +++ b/lib/libGL/dri/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.23 2015/08/19 23:00:12 matthieu Exp $ +# $OpenBSD: Makefile.inc,v 1.24 2015/08/22 00:50:54 jsg Exp $ .include <bsd.xconf.mk> .include "../config.mk" @@ -39,7 +39,7 @@ INCLUDES = \ -I$(TOP)/src/egl/drivers/dri \ -I${.CURDIR}/../../generated \ -I$(X11BASE)/include \ - -I/usr/include/dev/pci/drm + -I$(X11BASE)/include/libdrm .if ${MACHINE_ARCH} == "i386" CPPFLAGS += \ |