Re: [Mesa-dev] [PATCH 0/6] meson: some non-linux OS work

2017-11-21 Thread Eric Engestrom
On Monday, 2017-11-20 16:50:32 -0800, Dylan Baker wrote: > This is a rough cross section of work to get the meson build working on macOS > and on Haiku, with one radeonsi fixup added. Most of this work is pretty > straight forward, turning some options that can be assumed on Linux into > tri-states

[Mesa-dev] [PATCH 0/6] meson: some non-linux OS work

2017-11-20 Thread Dylan Baker
This is a rough cross section of work to get the meson build working on macOS and on Haiku, with one radeonsi fixup added. Most of this work is pretty straight forward, turning some options that can be assumed on Linux into tri-states, fixing up some early windows and macos stubs that I put in duri