From 21ff41e6d10aeb1728774bbab334b39848878ec0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 19 May 2026 20:15:22 -0600 Subject: [PATCH] sdl1-ttf: compile dynamically --- recipes/libs/sdl1-ttf/recipe.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/libs/sdl1-ttf/recipe.toml b/recipes/libs/sdl1-ttf/recipe.toml index 4d0280e6e..a8e57304d 100644 --- a/recipes/libs/sdl1-ttf/recipe.toml +++ b/recipes/libs/sdl1-ttf/recipe.toml @@ -16,16 +16,15 @@ dependencies = [ "zlib", ] script = """ +DYNAMIC_INIT export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include/freetype2" - COOKBOOK_CONFIGURE_FLAGS=( --prefix=/ --build="$(gcc -dumpmachine)" --host="${TARGET}" --disable-shared ) - cookbook_configure rm -f "${COOKBOOK_STAGE}/lib/"*.la -""" \ No newline at end of file +"""