added harfbuzz disable flag for SDL_TTF
This commit is contained in:
parent
8c3ab912f6
commit
71d9546124
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue