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

Author: Rob Clark <[email protected]>
Date:   Sat Oct 17 09:28:23 2015 -0400

build: fix out-of-tree build after b9b40ef

   commit b9b40ef9b7644ea24768bc8b7464b1719efe99bf
   Author:     Rob Clark <[email protected]>
   AuthorDate: Sat Oct 10 13:55:07 2015 -0400

       nir: remove dependency on glsl

broke things for i965 out of tree build.

Signed-off-by: Rob Clark <[email protected]>

---

 src/mesa/drivers/dri/i965/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/i965/Makefile.am 
b/src/mesa/drivers/dri/i965/Makefile.am
index 2e24151..04b3f9c 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -33,6 +33,7 @@ AM_CFLAGS = \
        -I$(top_srcdir)/src/mesa/drivers/dri/common \
        -I$(top_srcdir)/src/mesa/drivers/dri/intel/server \
        -I$(top_srcdir)/src/gtest/include \
+       -I$(top_srcdir)/src/glsl/nir \
        -I$(top_builddir)/src/glsl/nir \
        -I$(top_builddir)/src/mesa/drivers/dri/common \
        $(DEFINES) \

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

Reply via email to