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:
>> > > >
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
> >
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
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
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
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
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
---
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