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

Author: Tapani Pälli <[email protected]>
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 <[email protected]>
Reviewed-by: Chad Versace <[email protected]>

---

 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 \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to