Re: [Mesa-dev] [PATCH 1/2] meson: provide Makefile.sources variables to meson build

2017-10-16 Thread Jakob Bornecrantz
On Mon, Oct 16, 2017 at 6:58 PM, Scott D Phillips wrote: > Dylan Baker writes: > >> Quoting Scott D Phillips (2017-10-16 10:04:45) >> > Dylan Baker writes: >> > >> > > Quoting Jakob Bornecrantz (2017-10-14 13:03:14) >> > > > On Sat, Oct 14, 2017 at 1:36 AM, Dylan Baker >> > > > wrote: >> > > >

Re: [Mesa-dev] [PATCH 1/2] meson: provide Makefile.sources variables to meson build

2017-10-16 Thread Scott D Phillips
Dylan Baker writes: > Quoting Scott D Phillips (2017-10-16 10:04:45) > > Dylan Baker writes: > > > > > Quoting Jakob Bornecrantz (2017-10-14 13:03:14) > > > > On Sat, Oct 14, 2017 at 1:36 AM, Dylan Baker > > > > wrote: > > > > > I'm not sure about this approach, we would need a way to add > >

Re: [Mesa-dev] [PATCH 1/2] meson: provide Makefile.sources variables to meson build

2017-10-16 Thread Dylan Baker
Quoting Scott D Phillips (2017-10-16 10:04:45) > Dylan Baker writes: > > > Quoting Jakob Bornecrantz (2017-10-14 13:03:14) > > > On Sat, Oct 14, 2017 at 1:36 AM, Dylan Baker wrote: > > > > I'm not sure about this approach, we would need a way to add > > > > depends to meson, > > 'add depends' m

Re: [Mesa-dev] [PATCH 1/2] meson: provide Makefile.sources variables to meson build

2017-10-16 Thread Scott D Phillips
Dylan Baker writes: > Quoting Jakob Bornecrantz (2017-10-14 13:03:14) > > On Sat, Oct 14, 2017 at 1:36 AM, Dylan Baker wrote: > > > I'm not sure about this approach, we would need a way to add > > > depends to meson, 'add depends' meaning having a way for the build steps themselves to depend on

Re: [Mesa-dev] [PATCH 1/2] meson: provide Makefile.sources variables to meson build

2017-10-14 Thread Dylan Baker
Quoting Jakob Bornecrantz (2017-10-14 13:03:14) > On Sat, Oct 14, 2017 at 1:36 AM, Dylan Baker wrote: > > I'm not sure about this approach, we would need a way to add depends to > > meson, > > but I'm also worried that calling make adds another dependency that could be > > problematic for windows

Re: [Mesa-dev] [PATCH 1/2] meson: provide Makefile.sources variables to meson build

2017-10-14 Thread Jakob Bornecrantz
On Sat, Oct 14, 2017 at 1:36 AM, Dylan Baker wrote: > I'm not sure about this approach, we would need a way to add depends to meson, > but I'm also worried that calling make adds another dependency that could be > problematic for windows, and I really don't like the idea of having a > half-and-hal

Re: [Mesa-dev] [PATCH 1/2] meson: provide Makefile.sources variables to meson build

2017-10-13 Thread Dylan Baker
I'm not sure about this approach, we would need a way to add depends to meson, but I'm also worried that calling make adds another dependency that could be problematic for windows, and I really don't like the idea of having a half-and-half approach with the sources. Here's what I've been playing w

[Mesa-dev] [PATCH 1/2] meson: provide Makefile.sources variables to meson build

2017-10-13 Thread Scott D Phillips
--- Caveat: meson won't pick up modifications to the Makefile.sources files without something like: https://github.com/mesonbuild/meson/pull/2490 bin/get-makefile-sources-vars.py | 50 +++ meson.build | 85 2 files