From 3baf090cb5fac3c34963e665ec14b7d2cef77ab3 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 20 Sep 2023 06:53:42 +0000 Subject: [PATCH] Fix autoconf error building SDL_ttf --- scripts/build-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-deps.sh b/scripts/build-deps.sh index d5555cc..88ef1e3 100755 --- a/scripts/build-deps.sh +++ b/scripts/build-deps.sh @@ -53,6 +53,7 @@ make install # there's no way to tell QMake to use the Libs.private section, so we have to replace # Libs with Libs.private ourselves prior to installation. cd /opt/SDL_ttf +./autogen.sh ./configure --enable-static --disable-shared make -j$(nproc) sed -i 's/-lSDL2_ttf/-lSDL2_ttf -lfreetype/g' SDL2_ttf.pc