mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
2f68e36137
If we get a suggestion from fontconfig, we try those fonts first, before falling back on the hard coded list of known suitable fonts for each generic family.
5 lines
154 B
CMake
5 lines
154 B
CMake
if (NOT APPLE)
|
|
find_package(Fontconfig REQUIRED)
|
|
set(HAS_FONTCONFIG ON CACHE BOOL "" FORCE)
|
|
add_compile_definitions(USE_FONTCONFIG=1)
|
|
endif()
|