diff options
author | Emil Velikov <[email protected]> | 2015-02-16 19:11:33 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-02-24 12:32:46 +0000 |
commit | b9b8c10273a9bf877fb9de4141a740f8a60e78df (patch) | |
tree | 75f0ad9af44caad26c3cc5cc632849e774ee9e9b | |
parent | 7f72b69c6274d317f3babb1181a587ac4523f27b (diff) |
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" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
(cherry picked from commit 8a71fd8d49c6a086f9b7697bca3b1f3ae035121a)
-rw-r--r-- | src/gallium/auxiliary/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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\" |