summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-07-17 12:52:27 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-08-19 18:06:57 +0100
commitd02bb82d52da5029ae2e2cb77f6d2568f5ed425b (patch)
tree6b30bed33e222e5a2de6e08b9bc0e75c7b167d01
parent3ebf4afbf704dd7f4b537694a6641de32f856669 (diff)
vc4: add missing nir include, to fix the build
Cc: 10.6 <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net> (cherry picked from commit 75ce7919d6496981013a21a7055c668e47e7bed2)
-rw-r--r--src/gallium/drivers/vc4/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am
index 3fc591f10c1..3e9f18496fa 100644
--- a/src/gallium/drivers/vc4/Makefile.am
+++ b/src/gallium/drivers/vc4/Makefile.am
@@ -30,6 +30,7 @@ SIM_LDFLAGS = -lsimpenrose
endif
AM_CFLAGS = \
+ -I$(top_builddir)/src/glsl/nir \
$(LIBDRM_CFLAGS) \
$(GALLIUM_DRIVER_CFLAGS) \
$(SIM_CFLAGS) \