From 6545cf036d733126fa02cae20f1f0e23aee627d6 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Mon, 5 Dec 2022 14:29:02 -0700
Subject: [PATCH] Fix compilation of iced recipe

---
 recipes/iced/recipe.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/iced/recipe.toml b/recipes/iced/recipe.toml
index 8d8ea5075..2dfd3f8e6 100644
--- a/recipes/iced/recipe.toml
+++ b/recipes/iced/recipe.toml
@@ -17,7 +17,7 @@ script = """
         --package styling \
         -- \
         -L "${COOKBOOK_SYSROOT}/lib" \
-        -C link-args="-Wl,-Bstatic $("${PKG_CONFIG}" --libs osmesa) -lz -lstdc++ -lc -lgcc"
+        -C link-args="-Wl,-Bstatic $("${TARGET}-pkg-config" --libs osmesa) -lz -lstdc++ -lc -lgcc"
     mkdir -pv "${COOKBOOK_STAGE}/bin"
     cp -v "target/${TARGET}/release/styling" "${COOKBOOK_STAGE}/bin/iced"
 """
-- 
GitLab