[Mesa-dev] [PATCH 1/2] android: fix libmesa_nir build
Tapani Pälli
tapani.palli at intel.com
Wed Jul 19 07:12:47 UTC 2017
current build did not find required include 'spirv_info.h'
Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
---
src/compiler/Android.nir.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/compiler/Android.nir.mk b/src/compiler/Android.nir.mk
index f021b80..75a247a 100644
--- a/src/compiler/Android.nir.mk
+++ b/src/compiler/Android.nir.mk
@@ -37,6 +37,7 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES := \
$(MESA_TOP)/src/mapi \
$(MESA_TOP)/src/mesa \
+ $(MESA_TOP)/src/compiler/spirv \
$(MESA_TOP)/src/gallium/include \
$(MESA_TOP)/src/gallium/auxiliary
--
2.9.4
More information about the mesa-dev
mailing list