From 86f1ecc2c182923a11ef24bcd59fe2d79bd76f03 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 6 Dec 2024 16:40:58 +0300 Subject: [PATCH] KOLIBRI: Fix freetype detection on kolibri --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 24702a05d6de..72b2758189f7 100755 --- a/configure +++ b/configure @@ -3626,6 +3626,7 @@ if test -n "$_host"; then FREETYPE2_STATIC_LIBS="-lfreetype" FREETYPE2_CFLAGS="-I${KOS32_SDK_DIR}/sources/freetype/include" + _freetypeconfig= _freetype_found="true" SDL_CFLAGS="-I${KOS32_SDK_DIR}/sources/SDL-1.2.2_newlib/include"