From 84281c13f17e983188638417cabd428d20d7a373 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 8 Sep 2022 09:16:23 -0600
Subject: [PATCH] Require exe wrapper for mesa build

---
 recipes/mesa/recipe.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes/mesa/recipe.toml b/recipes/mesa/recipe.toml
index 2366d4e3b..9762ccf1e 100644
--- a/recipes/mesa/recipe.toml
+++ b/recipes/mesa/recipe.toml
@@ -37,6 +37,9 @@ echo "prefix = '/'" >> cross_file.txt
 echo "libdir = 'lib'" >> cross_file.txt
 echo "bindir = 'bin'" >> cross_file.txt
 
+echo "[properties]" >> cross_file.txt
+echo "needs_exe_wrapper = true" >> cross_file.txt
+
 meson "${COOKBOOK_SOURCE}" . \
     --cross-file cross_file.txt \
     --buildtype release \
-- 
GitLab