Re: [Mesa-dev] [PATCH 08/14] meson: fix BSD build

2018-01-08 Thread Greg V
On 01/06/2018 01:06, Dylan Baker wrote: Quoting Greg V (2017-12-31 08:55:22) +is_like_linux = host_machine.system() == 'linux' or host_machine.system().contains('bsd') # FIXME: illumos? This won't cover dragonflybsd, which is just 'dragonfly' I think something like this would be better:

Re: [Mesa-dev] [PATCH 08/14] meson: fix BSD build

2018-01-05 Thread Dylan Baker
On January 5, 2018 5:12:15 PM PST, Greg V wrote: > >On 01/06/2018 01:06, Dylan Baker wrote: >> Quoting Greg V (2017-12-31 08:55:22) >>> +is_like_linux = host_machine.system() == 'linux' or >host_machine.system().contains('bsd') # FIXME: illumos? >> This won't cover

Re: [Mesa-dev] [PATCH 08/14] meson: fix BSD build

2018-01-05 Thread Dylan Baker
Quoting Greg V (2017-12-31 08:55:22) > --- > meson.build | 43 ++- > 1 file changed, 22 insertions(+), 21 deletions(-) > > diff --git a/meson.build b/meson.build > index d9f7ea9b2c..af62baf437 100644 > --- a/meson.build > +++ b/meson.build > @@ -199,12

[Mesa-dev] [PATCH 08/14] meson: fix BSD build

2018-01-03 Thread Greg V
--- meson.build | 43 ++- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/meson.build b/meson.build index d9f7ea9b2c..af62baf437 100644 --- a/meson.build +++ b/meson.build @@ -199,12 +199,13 @@ if with_dri_i915 or with_gallium_i915