From: Emil Velikov Date: Thu, 19 Nov 2015 15:34:20 +0000 (+0000) Subject: automake: loader: honour the XCB_DRI3 cflags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=115f1798525899c23249b09aa63113f84328186d;p=mesa.git automake: loader: honour the XCB_DRI3 cflags Without this the compilation will fail, as the headers are installed in a non-default location. Signed-off-by: Emil Velikov Tested-by: Kai Wasserbäch Reviewed-by: Kristian Høgsberg Reviewed-by: Matt Turner --- diff --git a/src/loader/Makefile.am b/src/loader/Makefile.am index 67ed776b0c3..5daa42edd41 100644 --- a/src/loader/Makefile.am +++ b/src/loader/Makefile.am @@ -30,6 +30,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ $(VISIBILITY_CFLAGS) \ + $(XCB_DRI3_CFLAGS) \ $(LIBDRM_CFLAGS) \ $(LIBUDEV_CFLAGS)