Mesa (master): loader: Include include/drm-uapi in the autotools build

Jason Ekstrand jekstrand at kemper.freedesktop.org
Fri Mar 16 15:50:20 UTC 2018


Module: Mesa
Branch: master
Commit: 315ee5faecf3c3d2a435485ce9ee8523759b5da9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=315ee5faecf3c3d2a435485ce9ee8523759b5da9

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Thu Mar 15 14:13:27 2018 -0700

loader: Include include/drm-uapi in the autotools build

We're already including it in the meson build.  This fixes build issues
on systems which have a drm_fourcc.h that doesn't have modifiers.

Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/loader/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am
index a0e52c1c89..7625256428 100644
--- a/src/loader/Makefile.am
+++ b/src/loader/Makefile.am
@@ -30,6 +30,7 @@ AM_CPPFLAGS = \
 	-DUSE_DRICONF \
 	$(DEFINES) \
 	-I$(top_srcdir)/include \
+	-I$(top_srcdir)/include/drm-uapi \
 	-I$(top_srcdir)/src \
 	$(VISIBILITY_CFLAGS) \
 	$(XCB_DRI3_CFLAGS) \




More information about the mesa-commit mailing list