From 2ced0edd351c4c42e17b74c41270270d9761a756 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 19 May 2026 20:12:35 -0600 Subject: [PATCH] sdl1-image: compile dynamically --- recipes/libs/sdl1-image/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/libs/sdl1-image/recipe.toml b/recipes/libs/sdl1-image/recipe.toml index ee73b921..f096ad2b 100644 --- a/recipes/libs/sdl1-image/recipe.toml +++ b/recipes/libs/sdl1-image/recipe.toml @@ -17,10 +17,11 @@ dependencies = [ "zlib" ] script = """ +DYNAMIC_INIT COOKBOOK_CONFIGURE_FLAGS+=( --disable-sdltest --enable-png --enable-jpg ) cookbook_configure -""" \ No newline at end of file +"""