Re: [Mesa-dev] [PATCH v2 24/25] intel/vulkan: Get rid of recursive make

2017-03-16 Thread Grazvydas Ignotas
On Thu, Mar 9, 2017 at 9:07 PM, Emil Velikov wrote: > From: Jason Ekstrand > > v2 [Emil Velikov] > - Various fixes and initial stab at the Android build. > - Keep the generation rules/EXTRA_DIST outside the conditional This has broken anv build for me, because I don't have vulkan.h anywhere in

[Mesa-dev] [PATCH v2 24/25] intel/vulkan: Get rid of recursive make

2017-03-09 Thread Emil Velikov
From: Jason Ekstrand v2 [Emil Velikov] - Various fixes and initial stab at the Android build. - Keep the generation rules/EXTRA_DIST outside the conditional --- configure.ac | 1 - src/Makefile.am| 5 - src/intel/And