projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c3d2f
)
android: Update for builtin_stubs.cpp move
author
Thierry Reding
<thierry.reding@avionic-design.de>
Fri, 2 Nov 2012 11:34:24 +0000
(12:34 +0100)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Fri, 2 Nov 2012 17:37:03 +0000
(10:37 -0700)
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@avionic-design.de>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/Android.mk
patch
|
blob
|
history
diff --git
a/src/glsl/Android.mk
b/src/glsl/Android.mk
index 87a02f51b8c029eaa41655268744f415fcb1e002..f975d03d1bbcdee345bab1c83837c327ef2ab23c 100644
(file)
--- 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 := \