From: Emil Velikov Date: Mon, 16 Feb 2015 19:11:33 +0000 (+0000) Subject: auxiliary/vl: honour the DRI2PROTO_CFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a71fd8d49c6a086f9b7697bca3b1f3ae035121a;p=mesa.git auxiliary/vl: honour the DRI2PROTO_CFLAGS Otherwise for non-default installations the build will fail to find the headers and error out. Cc: "10.5" Signed-off-by: Emil Velikov --- diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index 6a628e948aa..4b6205797ef 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -56,6 +56,7 @@ if NEED_GALLIUM_VL COMMON_VL_CFLAGS = \ $(AM_CFLAGS) \ $(VL_CFLAGS) \ + $(DRI2PROTO_CFLAGS) \ $(LIBDRM_CFLAGS) \ $(GALLIUM_PIPE_LOADER_DEFINES) \ -DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\"