From b2b11072835e057962afa64cfa26c7da186f84b1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 May 2025 13:34:22 -0600 Subject: [PATCH] pixman: update to 0.46 and compile with meson --- recipes/libs/pixman/recipe.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/libs/pixman/recipe.toml b/recipes/libs/pixman/recipe.toml index 8c4ddf892..7ecac605c 100644 --- a/recipes/libs/pixman/recipe.toml +++ b/recipes/libs/pixman/recipe.toml @@ -1,7 +1,11 @@ [source] -tar = "https://www.cairographics.org/releases/pixman-0.42.2.tar.gz" -blake3 = "40f8a5cb809ae218ef33c75499d0fed6cbe625b26d78e88822304947cc07f183" +tar = "https://www.cairographics.org/releases/pixman-0.46.0.tar.xz" +blake3 = "" patches = ["redox.patch"] [build] -template = "configure" +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_meson -Dtests=disabled +"""