Re: [Mesa-dev] [PATCH] meson: do not search for needless deps

2017-10-26 Thread Dylan Baker
Quoting Gert Wollny (2017-10-26 02:49:56) > > Am Mittwoch, den 25.10.2017, 10:24 +0200 schrieb Erik Faye-Lund: > > If we don't want to use these deps, there's no good reason to search > > for them in the first place. This should shave a bit of time for the > > initial build. > > --- > > > > This

Re: [Mesa-dev] [PATCH] meson: do not search for needless deps

2017-10-26 Thread Erik Faye-Lund
On Thu, Oct 26, 2017 at 11:49 AM, Gert Wollny wrote: > > Am Mittwoch, den 25.10.2017, 10:24 +0200 schrieb Erik Faye-Lund: >> If we don't want to use these deps, there's no good reason to search >> for them in the first place. This should shave a bit of time for the >>

Re: [Mesa-dev] [PATCH] meson: do not search for needless deps

2017-10-26 Thread Gert Wollny
Am Mittwoch, den 25.10.2017, 10:24 +0200 schrieb Erik Faye-Lund: > If we don't want to use these deps, there's no good reason to search > for them in the first place. This should shave a bit of time for the > initial build. > --- > > This would be a way of dealing with Gert's suggestion. Goes on

Re: [Mesa-dev] [PATCH] meson: do not search for needless deps

2017-10-26 Thread Eric Engestrom
On Wednesday, 2017-10-25 13:00:49 -0700, Dylan Baker wrote: > I don't really care one way or another. When I tested it the time spent was so > insignificant I didn't care to optimize. > > Acked-by: Dylan Baker > > Quoting Erik Faye-Lund (2017-10-25 01:24:49) > > If we don't

Re: [Mesa-dev] [PATCH] meson: do not search for needless deps

2017-10-25 Thread Dylan Baker
I don't really care one way or another. When I tested it the time spent was so insignificant I didn't care to optimize. Acked-by: Dylan Baker Quoting Erik Faye-Lund (2017-10-25 01:24:49) > If we don't want to use these deps, there's no good reason to search > for them in

[Mesa-dev] [PATCH] meson: do not search for needless deps

2017-10-25 Thread Erik Faye-Lund
If we don't want to use these deps, there's no good reason to search for them in the first place. This should shave a bit of time for the initial build. --- This would be a way of dealing with Gert's suggestion. Goes on top of the previous patch. Thoughts? meson.build | 20 ++--