Mesa (master): android: add SPIRV_FILES to libmesa_nir

Tapani Pälli tpalli at kemper.freedesktop.org
Fri Nov 11 06:00:31 UTC 2016


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

Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Tue Nov  8 12:49:18 2016 +0200

android: add SPIRV_FILES to libmesa_nir

Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/compiler/Android.nir.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/compiler/Android.nir.mk b/src/compiler/Android.nir.mk
index e89a21c..d08f569 100644
--- a/src/compiler/Android.nir.mk
+++ b/src/compiler/Android.nir.mk
@@ -31,7 +31,8 @@ include $(LOCAL_PATH)/Makefile.sources
 include $(CLEAR_VARS)
 
 LOCAL_SRC_FILES := \
-	$(NIR_FILES)
+	$(NIR_FILES) \
+	$(SPIRV_FILES) \
 
 LOCAL_C_INCLUDES := \
 	$(MESA_TOP)/src/mapi \




More information about the mesa-commit mailing list