From: Emil Velikov Date: Fri, 17 Jul 2015 11:52:27 +0000 (+0100) Subject: vc4: add missing nir include, to fix the build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75ce7919d6496981013a21a7055c668e47e7bed2;p=mesa.git vc4: add missing nir include, to fix the build Cc: 10.6 Signed-off-by: Emil Velikov Reviewed-by: Eric Anholt --- diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am index 0b8279d1763..f4a57ba3404 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) \