Re: [Mesa-dev] [PATCH 09/20] meson: split and simplify depdendncies

2017-10-12 Thread Eric Anholt
Dylan Baker writes: > Rather than group dependencies in complex groups, use a flatter > structure with split dependencies to avoid checking for the same > dependencies twice. In the subject: *dependencies* signature.asc Description: PGP signature ___

Re: [Mesa-dev] [PATCH 09/20] meson: split and simplify depdendncies

2017-10-11 Thread Dylan Baker
This patch also is broken (breaks building just vulkan drivers) patch incoming. Quoting Dylan Baker (2017-10-11 10:41:17) > Rather than group dependencies in complex groups, use a flatter > structure with split dependencies to avoid checking for the same > dependencies twice. > > Signed-off-by: D

[Mesa-dev] [PATCH 09/20] meson: split and simplify depdendncies

2017-10-11 Thread Dylan Baker
Rather than group dependencies in complex groups, use a flatter structure with split dependencies to avoid checking for the same dependencies twice. Signed-off-by: Dylan Baker --- meson.build| 199 ++--- src/loader/meson.build | 5 +-