From: Rob Clark Date: Sat, 17 Oct 2015 13:28:23 +0000 (-0400) Subject: build: fix out-of-tree build after b9b40ef X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7963b6926c06666b24453344c47f12e369e8fd1;p=mesa.git build: fix out-of-tree build after b9b40ef commit b9b40ef9b7644ea24768bc8b7464b1719efe99bf Author: Rob Clark 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 --- diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 2e241511049..04b3f9cc8ce 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) \