Mesa (master): android: Update for builtin_stubs.cpp move

Kenneth Graunke kwg at kemper.freedesktop.org
Fri Nov 2 17:38:56 UTC 2012


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

Author: Thierry Reding <thierry.reding at avionic-design.de>
Date:   Fri Nov  2 12:34:24 2012 +0100

android: Update for builtin_stubs.cpp move

This fixes the Android build after the move of builtin_stubs.cpp into
the builtin_compiler subdirectory. This patch is untested.

Signed-off-by: Thierry Reding <thierry.reding at avionic-design.de>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/glsl/Android.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glsl/Android.mk b/src/glsl/Android.mk
index 87a02f5..f975d03 100644
--- a/src/glsl/Android.mk
+++ b/src/glsl/Android.mk
@@ -60,7 +60,7 @@ LOCAL_SRC_FILES := \
 	$(LIBGLCPP_FILES) \
 	$(LIBGLSL_FILES) \
 	$(LIBGLSL_CXX_FILES) \
-	$(BUILTIN_COMPILER_CXX_FILES) \
+	$(GLSL_SRCDIR)/builtin_compiler/builtin_stubs.cpp \
 	$(GLSL_COMPILER_CXX_FILES)
 
 LOCAL_C_INCLUDES := \




More information about the mesa-commit mailing list