Mesa (master): vc4: add missing nir include, to fix the build

Emil Velikov evelikov at kemper.freedesktop.org
Fri Aug 7 18:19:41 UTC 2015


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Fri Jul 17 12:52:27 2015 +0100

vc4: add missing nir include, to fix the build

Cc: 10.6 <mesa-stable at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

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

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) \




More information about the mesa-commit mailing list