Codechange: Remove Freetype bits on Win32/OSX. (#10960)
These platforms have their own specific font rendering.
This commit is contained in:
@@ -144,7 +144,9 @@ if(NOT OPTION_DEDICATED)
|
||||
find_package(SDL)
|
||||
endif()
|
||||
find_package(Fluidsynth)
|
||||
find_package(Fontconfig)
|
||||
if(Freetype_FOUND)
|
||||
find_package(Fontconfig)
|
||||
endif()
|
||||
find_package(Harfbuzz)
|
||||
find_package(ICU OPTIONAL_COMPONENTS i18n)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user