1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 11:15:13 +01:00

Fix #10308: remove the last remnants of libsdl2-ttf references (#10321)

As per #5702, SDL2_ttf dependency is completely eliminated from
OpenRCT2. However, there are still references to it, which are
redundant and misleading. Clean up the remaining references to
libsdl2-ttf.

Closes: https://github.com/OpenRCT2/OpenRCT2/issues/10308
This commit is contained in:
Gokturk Yuksek
2019-12-02 01:41:18 -05:00
committed by Michał Janiszewski
parent 3bd46ed602
commit 7bf05d4c04
5 changed files with 4 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
brew install wine
mac_os_install_mingw_32
else
brew install jansson sdl2 sdl2_ttf speex --universal
brew install jansson sdl2 speex --universal
fi
elif [[ $(uname) == "Linux" ]]; then
# Clone discord-rpc for Discord's Rich Presence support