From c614fef0929e44fc627d49a4c16b623c630b2b71 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 27 Mar 2015 16:13:50 +0000 Subject: android: add $(mesa_top)/src include to the whole of mesa Many parts of mesa already have the include with others depending on it but it's missing. Add it once at the top makefile and be done with it. Cc: "10.4 10.5" Signed-off-by: Emil Velikov Reviewed-by: Chih-Wei Huang (cherry picked from commit 6fb801786604c270fae99c3d665dcebaa0bff3a6) --- src/glsl/Android.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/glsl') diff --git a/src/glsl/Android.mk b/src/glsl/Android.mk index 38c2087a493..2ac1ffb5cdc 100644 --- a/src/glsl/Android.mk +++ b/src/glsl/Android.mk @@ -38,7 +38,6 @@ LOCAL_SRC_FILES := \ $(LIBGLSL_FILES) LOCAL_C_INCLUDES := \ - $(MESA_TOP)/src \ $(MESA_TOP)/src/mapi \ $(MESA_TOP)/src/mesa @@ -59,7 +58,6 @@ LOCAL_SRC_FILES := \ $(GLSL_COMPILER_CXX_FILES) LOCAL_C_INCLUDES := \ - $(MESA_TOP)/src \ $(MESA_TOP)/src/mapi \ $(MESA_TOP)/src/mesa -- cgit v1.2.3