meson: Don't allow building EGL on Windows or MacOS
authorDylan Baker <dylan@pnwbakers.com>
Mon, 1 Oct 2018 19:40:34 +0000 (12:40 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 10 Oct 2018 18:02:36 +0000 (11:02 -0700)
commitb8521704ed2f5e84f0599a040c015ef02890468d
tree694b1717bd579105f36d1aaf828b0f19dda22d6f
parent0346ad37741b11d640c1c4970b275c1f0c7f9e75
meson: Don't allow building EGL on Windows or MacOS

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.
v3: - add missing )
v3: - Update comment to reflect condition change in v2

CC: 18.2 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
meson.build