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