added harfbuzz disable flag for SDL_TTF

This commit is contained in:
nmatsuda 2024-06-04 08:42:31 -07:00 committed by GitHub
parent 8c3ab912f6
commit 71d9546124
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ And finally SDL2_ttf
git clone https://github.com/libsdl-org/SDL_ttf.git git clone https://github.com/libsdl-org/SDL_ttf.git
cd SDL_ttf cd SDL_ttf
git checkout SDL2 git checkout SDL2
./configure --disable-freetype-builtin --without-x ./configure --disable-freetype-builtin --without-x --enable-harfbuzz=no
make -j4 && sudo make install make -j4 && sudo make install
``` ```