summaryrefslogtreecommitdiffstats
path: root/src/gallium
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-07 18:38:10 +0100
commit75ce7919d6496981013a21a7055c668e47e7bed2 (patch)
tree448468dc7cc1a15f07b313104c53769e0b119e65 /src/gallium
parent4fa0cd17b77039ab67e81991002b4d5947298278 (diff)
downloadexternal_mesa3d-75ce7919d6496981013a21a7055c668e47e7bed2.zip
external_mesa3d-75ce7919d6496981013a21a7055c668e47e7bed2.tar.gz
external_mesa3d-75ce7919d6496981013a21a7055c668e47e7bed2.tar.bz2
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>
Diffstat (limited to 'src/gallium')
-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 0b8279d..f4a57ba 100644
--- a/src/gallium/drivers/vc4/Makefile.am
+++ b/src/gallium/drivers/vc4/Makefile.am
@@ -28,6 +28,7 @@ SIM_LDFLAGS = -lsimpenrose
endif
AM_CFLAGS = \
+ -I$(top_builddir)/src/glsl/nir \
$(LIBDRM_CFLAGS) \
$(GALLIUM_DRIVER_CFLAGS) \
$(SIM_CFLAGS) \