Re: [Mesa-dev] [PATCH v2] meson: Don't allow building EGL on Windows or MacOS

2018-10-10 Thread Dylan Baker
Quoting Eric Engestrom (2018-10-10 10:15:35) > On Wednesday, 2018-10-10 09:22:46 -0700, Dylan Baker wrote: > > Quoting Eric Engestrom (2018-10-04 07:54:07) > > > On Wednesday, 2018-10-03 11:05:36 -0700, Dylan Baker wrote: > > > > Quoting Dylan Baker (2018-10-03 10:35:45) > > > > > Currently mesa on

Re: [Mesa-dev] [PATCH v2] meson: Don't allow building EGL on Windows or MacOS

2018-10-10 Thread Eric Engestrom
On Wednesday, 2018-10-10 09:22:46 -0700, Dylan Baker wrote: > Quoting Eric Engestrom (2018-10-04 07:54:07) > > On Wednesday, 2018-10-03 11:05:36 -0700, Dylan Baker wrote: > > > Quoting Dylan Baker (2018-10-03 10:35:45) > > > > Currently mesa only supports EGL on Unix like systems, cygwin, and > > >

Re: [Mesa-dev] [PATCH v2] meson: Don't allow building EGL on Windows or MacOS

2018-10-10 Thread Dylan Baker
Quoting Eric Engestrom (2018-10-04 07:54:07) > On Wednesday, 2018-10-03 11:05:36 -0700, Dylan Baker wrote: > > Quoting Dylan Baker (2018-10-03 10:35:45) > > > Currently mesa only supports EGL on Unix like systems, cygwin, and > > > haiku. Meson should actually enforce this. This fixes the default b

Re: [Mesa-dev] [PATCH v2] meson: Don't allow building EGL on Windows or MacOS

2018-10-04 Thread Eric Engestrom
On Wednesday, 2018-10-03 11:05:36 -0700, Dylan Baker wrote: > Quoting Dylan Baker (2018-10-03 10:35:45) > > Currently mesa only supports EGL on Unix like systems, cygwin, and > > haiku. Meson should actually enforce this. This fixes the default build > > on MacOS. > > > > v2: - invert the conditio

Re: [Mesa-dev] [PATCH v2] meson: Don't allow building EGL on Windows or MacOS

2018-10-03 Thread Dylan Baker
Quoting Dylan Baker (2018-10-03 10:35:45) > Currently mesa only supports EGL on Unix like systems, cygwin, and > haiku. Meson should actually enforce this. This fixes the default build > on MacOS. > > v2: - invert the condition, mark darwin and windows as not supported > instead of trying to

[Mesa-dev] [PATCH v2] meson: Don't allow building EGL on Windows or MacOS

2018-10-03 Thread Dylan Baker
Currently mesa only supports EGL on Unix like systems, cygwin, and haiku. Meson should actually enforce this. This fixes the default build on MacOS. v2: - invert the condition, mark darwin and windows as not supported instead of trying to mark what is supported. CC: 18.2 --- meson.build |