Mesa (master): auxiliary/vl: honour the DRI2PROTO_CFLAGS

Emil Velikov evelikov at kemper.freedesktop.org
Wed Feb 18 11:14:28 UTC 2015


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Feb 16 19:11:33 2015 +0000

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" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/gallium/auxiliary/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am
index 6a628e9..4b62057 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\"




More information about the mesa-commit mailing list