Mesa (staging/19.0): automake: Add include dir for nir src directory

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 29 23:37:00 UTC 2019


Module: Mesa
Branch: staging/19.0
Commit: 90a7a9c973193929ec758057f82c612fb69890a1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=90a7a9c973193929ec758057f82c612fb69890a1

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Tue Jan 29 14:25:46 2019 -0800

automake: Add include dir for nir src directory

Fixes: 6281f26f064ada36b57d45feb68d8e7d783198c9
       ("v3d: Add support for shader_image_load_store.")
Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>

---

 src/broadcom/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/broadcom/Makefile.am b/src/broadcom/Makefile.am
index 4cd75bbcc0..061afe67bf 100644
--- a/src/broadcom/Makefile.am
+++ b/src/broadcom/Makefile.am
@@ -25,6 +25,7 @@ AM_CPPFLAGS = \
 	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_builddir)/src/compiler/nir \
+	-I$(top_srcdir)/src/compiler/nir \
 	-I$(top_srcdir)/src/broadcom/ \
 	-I$(top_srcdir)/src/broadcom/cle \
 	-I$(top_srcdir)/src/broadcom/include \




More information about the mesa-commit mailing list