From a4fb5aad50ea9eb40d69ebf59383031291f9ad3c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 11 Apr 2025 12:28:14 -0600 Subject: [PATCH] cairo: compile dynamically --- recipes/libs/cairo/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/libs/cairo/recipe.toml b/recipes/libs/cairo/recipe.toml index 5c8188388..f468efa12 100644 --- a/recipes/libs/cairo/recipe.toml +++ b/recipes/libs/cairo/recipe.toml @@ -18,6 +18,7 @@ dependencies = [ ] template = "custom" script = """ +DYNAMIC_INIT export CFLAGS="-DCAIRO_NO_MUTEX=1" COOKBOOK_CONFIGURE_FLAGS+=( --enable-xlib=no