Mesa (master): android: build fix for libmesa_glsl_utils

Chad Versace chadversary at kemper.freedesktop.org
Fri Dec 14 18:01:58 UTC 2012


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

Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Thu Dec 13 10:56:08 2012 +0200

android: build fix for libmesa_glsl_utils

hash_table.c compilation requires ralloc.h include path

Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>

---

 src/mesa/Android.libmesa_glsl_utils.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mesa/Android.libmesa_glsl_utils.mk b/src/mesa/Android.libmesa_glsl_utils.mk
index 9beeda5..9c5f349 100644
--- a/src/mesa/Android.libmesa_glsl_utils.mk
+++ b/src/mesa/Android.libmesa_glsl_utils.mk
@@ -35,6 +35,8 @@ include $(CLEAR_VARS)
 
 LOCAL_MODULE := libmesa_glsl_utils
 
+LOCAL_C_INCLUDES := $(MESA_TOP)/src/glsl
+
 LOCAL_SRC_FILES := \
 	main/hash_table.c \
 	program/prog_hash_table.c \
@@ -52,6 +54,8 @@ include $(CLEAR_VARS)
 LOCAL_MODULE := libmesa_glsl_utils
 LOCAL_IS_HOST_MODULE := true
 
+LOCAL_C_INCLUDES := $(MESA_TOP)/src/glsl
+
 LOCAL_SRC_FILES := \
 	main/hash_table.c \
 	program/prog_hash_table.c \




More information about the mesa-commit mailing list