From: Jason Ekstrand Date: Thu, 15 Mar 2018 21:13:27 +0000 (-0700) Subject: loader: Include include/drm-uapi in the autotools build X-Git-Tag: upstream/18.1.0~854 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=315ee5faecf3c3d2a435485ce9ee8523759b5da9;p=platform%2Fupstream%2Fmesa.git 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 Reviewed-by: Emil Velikov --- diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am index a0e52c1..7625256 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) \