android: build glsl

This builds the static library libmesa_glsl and executable glsl_compiler
from glsl.  glsl_compiler is only installed for engineering build.

Reviewed-by: Chad Versace <chad@chad-versace.us>
This commit is contained in:
Chia-I Wu
2011-08-17 11:56:43 +08:00
parent ee40f18054
commit b81b82df95
4 changed files with 302 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ endif
ifneq ($(strip $(MESA_GPU_DRIVERS)),)
SUBDIRS := \
src/glsl \
src/mesa \
src/egl/main