Skip to content

mesa: move from has_exe_wrapper to can_run_host_binaries

Rudi Heitbaum requested to merge heitbaum/mesa:heitbaum-main-patch-18023 into main

Meson 0.55.0 makes the following changes:

  • Rename has_exe_wrapper -> can_run_host_binaries
  • The old name was confusing as it didn't really match the behavior of the function. The old name remains as an alias (the behavior hasn't changed), but is now deprecated.

Ref: https://mesonbuild.com/Release-notes-for-0-55-0.html#rename-has_exe_wrapper-can_run_host_binaries

Signed-off-by: Rudi Heitbaum rudi@heitbaum.com

Merge request reports