Skip to content

meson: don't check for expat if we've disabled it

Dylan Baker requested to merge dbaker/mesa:submit/23.0-expat into staging/23.0

The current behavior results in a fallback to building our own expat if it's not found, even in cases where it's been explicitly been disabled. This has been fixed on main, but that patch is part of a refactor that updates the required meson version, and isn't suitable for backport.

Closes: #8259 (closed)

Merge request reports