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 +"""