Re: [Mesa-dev] [PATCH] android: radv: fix necessary dependecies

2019-06-10 Thread Tapani Pälli
This looks good; Reviewed-by: Tapani Pälli Note that there is ongoing work to get rid of the whole libexpat dependency for Android. But until that happens, let's do this. On 4/24/19 4:44 PM, Mauro Rossi wrote: Fixes building errors due to missing libmesa_util generated files include and lib

Re: [Mesa-dev] [PATCH] android: radv: fix necessary dependecies

2019-06-08 Thread Mauro Rossi
Hi, please provide Reviewed-by when possible There is another patch sent to ML which his already reviewed by Tapani and waiting for this one Mauro On Wed, Apr 24, 2019 at 3:44 PM Mauro Rossi wrote: > Fixes building errors due to missing libmesa_util generated files include > and libexpat depen

[Mesa-dev] [PATCH] android: radv: fix necessary dependecies

2019-04-24 Thread Mauro Rossi
Fixes building errors due to missing libmesa_util generated files include and libexpat dependencies: In file included from external/mesa/src/amd/vulkan/radv_device.c:52: external/mesa/src/util/xmlpool.h:115:10: fatal error: 'xmlpool/options.h' file not found ^~~ 1 error g