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>
This commit is contained in:
Emil Velikov 2015-07-17 12:52:27 +01:00
parent 4fa0cd17b7
commit 75ce7919d6

View file

@ -28,6 +28,7 @@ SIM_LDFLAGS = -lsimpenrose
endif
AM_CFLAGS = \
-I$(top_builddir)/src/glsl/nir \
$(LIBDRM_CFLAGS) \
$(GALLIUM_DRIVER_CFLAGS) \
$(SIM_CFLAGS) \