diff options
author | Emil Velikov <[email protected]> | 2015-03-27 16:13:50 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-04-22 14:26:22 +0100 |
commit | 6fb801786604c270fae99c3d665dcebaa0bff3a6 (patch) | |
tree | c4dc647285c8da44069863ff3b7ee4820df4afb3 /src/mesa/Android.libmesa_st_mesa.mk | |
parent | ba3bc1eea2f41e06a6c4300d4bc2b3547dbcaaec (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]>
Diffstat (limited to 'src/mesa/Android.libmesa_st_mesa.mk')
-rw-r--r-- | src/mesa/Android.libmesa_st_mesa.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Android.libmesa_st_mesa.mk b/src/mesa/Android.libmesa_st_mesa.mk index a08366d53eb..fdf847a0794 100644 --- a/src/mesa/Android.libmesa_st_mesa.mk +++ b/src/mesa/Android.libmesa_st_mesa.mk @@ -55,7 +55,6 @@ LOCAL_C_INCLUDES := \ $(call intermediates-dir-for STATIC_LIBRARIES,libmesa_program,,) \ $(MESA_TOP)/src/gallium/auxiliary \ $(MESA_TOP)/src/gallium/include \ - $(MESA_TOP)/src \ $(MESA_TOP)/src/glsl \ $(MESA_TOP)/src/mapi |