Both of these changes look correct to me, could you split them into two separate
patches though? To the one that adds inc_loader to surfaceless add:
Fixes: 108d257a16859898f5ce02f4759c5c58f9b8c050 ("meson: build libEGL")
To the one that adds it for android add:
Fixes: c5ec1556859b7d33637c9fad13d34
Without this, I get:
> platform_surfaceless.c:38:10: fatal error: 'loader.h' file not found
> #include "loader.h"
> ^~
> 1 error generated.
I also included this for platform_android, but I haven't tested that
case.
---
src/egl/meson.build | 2 ++
1 file changed, 2 insertions(+)