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/libgbm | |
parent | 2af0efb1ed62a3c47d3fdd3685d2c72510505015 (diff) |
use the drm headers from libdrm not the kernel
Diffstat (limited to 'lib/libgbm')
-rw-r--r-- | lib/libgbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libgbm/Makefile b/lib/libgbm/Makefile index 9fd89e009..4afb08444 100644 --- a/lib/libgbm/Makefile +++ b/lib/libgbm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2015/02/20 23:31:06 jsg Exp $ +# $OpenBSD: Makefile,v 1.5 2015/08/22 00:50:54 jsg Exp $ .include <bsd.xconf.mk> LIB= gbm @@ -35,7 +35,7 @@ CPPFLAGS+= \ -I${GBM}/main \ -I${LOADER} \ -I${X11BASE}/include \ - -I/usr/include/dev/pci/drm \ + -I${X11BASE}/include/libdrm \ -DHAVE_PTHREAD \ -D_OS_UNIX=1 \ -DMODULEDIR=\"${X11BASE}/lib/modules/gbm\" \ |