Re: [Mesa-dev] [PATCH v2 10/21] meson: split and simplify depdendncies

2017-10-12 Thread Dylan Baker
Quoting Eric Anholt (2017-10-12 12:23:19) > 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. > > meson's going to be caching the dependency checks in the future,

Re: [Mesa-dev] [PATCH v2 10/21] 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. meson's going to be caching the dependency checks in the future, so I wouldn't go out of your way to avoid checking twice

[Mesa-dev] [PATCH v2 10/21] meson: split and simplify depdendncies

2017-10-12 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. v2: - Fix building vulkan drivers without gallium or dri drivers Signed-off-by: Dylan Baker --- meson.build| 197 +