Module: Mesa
Branch: 10.6
Commit: d02bb82d52da5029ae2e2cb77f6d2568f5ed425b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d02bb82d52da5029ae2e2cb77f6d2568f5ed425b

Author: Emil Velikov <[email protected]>
Date:   Fri Jul 17 12:52:27 2015 +0100

vc4: add missing nir include, to fix the build

Cc: 10.6 <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
(cherry picked from commit 75ce7919d6496981013a21a7055c668e47e7bed2)

---

 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 3fc591f..3e9f184 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) \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to