Fix autoconf error building SDL_ttf

This commit is contained in:
Cameron Gutman
2023-09-20 06:53:42 +00:00
parent 72ec840806
commit 3baf090cb5

View File

@@ -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