Skip to content
  • Dylan Baker's avatar
    meson: Don't allow building EGL on Windows or MacOS · b8521704
    Dylan Baker authored
    
    
    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: default avatarEric Engestrom <eric.engestrom@intel.com>
    b8521704