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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=315ee5faecf3c3d2a435485ce9ee8523759b5da9;p=mesa.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 a0e52c1c894..76252564281 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) \