Re: [Mesa-dev] [PATCH 7/8] i965: Fix Android build by removing relative includes

2011-08-28 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Spurious whitespace is fixed in v2. On 08/27/2011 12:19 AM, Ian Romanick wrote: On 08/26/2011 06:54 PM, Chad Versace wrote: Add $(TOP)/src/mesa to include paths and replace each occurence of #include ../glsl/*.h with #include glsl/*.h

[Mesa-dev] [PATCH 7/8] i965: Fix Android build by removing relative includes

2011-08-26 Thread Chad Versace
Add $(TOP)/src/mesa to include paths and replace each occurence of #include ../glsl/*.h with #include glsl/*.h Signed-off-by: Chad Versace c...@chad-versace.us --- src/mesa/drivers/dri/i965/Makefile |1 + src/mesa/drivers/dri/i965/brw_clip.c |2 +-