[Mesa-dev] [PATCH] fixup! i965: Move the back-end compiler to src/intel/compiler

Mauro Rossi issor.oruam at gmail.com
Fri Mar 3 18:42:58 UTC 2017


> ok .. now I got some fixes for this here:
>
> https://github.com/tpalli/external-mesa/commits/move_compiler
>
> but yeah .. more work required :/ I don't understand why adding
> MESA_GEN_GLSL_H to LOCAL_GENERATED_SOURCES does not help.

Hi Emil, Tapani,

The problem is just that the  LOCAL_C_INCLUDES for new library are
missing one line that was present in
src/mesa/drivers/dri/i965/Android.mk, the following one:

   $(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_glsl,,)/glsl

Mauro


More information about the mesa-dev mailing list