On Thu, Dec 13, 2012 at 10:56 AM, Tapani Pälli <tapani.pa...@intel.com>wrote:
> hash_table.c compilation requires ralloc.h include path > > Signed-off-by: Tapani Pälli <tapani.pa...@intel.com> > works for me > --- > src/mesa/Android.libmesa_glsl_utils.mk | 4 ++++ > 1 file changed, 4 insertions(+) > > 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 \ > -- > 1.8.0.2 > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev > -- Adrian Marius Negreanu Open Source Technology Center
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev