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

Author: Jason Ekstrand <jason.ekstr...@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 <dy...@pnwbakers.com>
Reviewed-by: Emil Velikov <emil.veli...@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) \

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to