diff options
author | Emil Velikov <[email protected]> | 2015-03-27 16:13:50 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-04-22 16:16:00 +0100 |
commit | c614fef0929e44fc627d49a4c16b623c630b2b71 (patch) | |
tree | b1d4e36a49fa1494a725d3caee7906610c2e4390 /src/glsl | |
parent | 8ba18d75d66e3694923f04435670aef2db567798 (diff) |
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" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Chih-Wei Huang <[email protected]>
(cherry picked from commit 6fb801786604c270fae99c3d665dcebaa0bff3a6)
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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 |