mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
cdd91f4b48
We also disable fontconfig, because it doesn't have support for Android.
5 lines
170 B
CMake
5 lines
170 B
CMake
if (NOT APPLE AND NOT ANDROID)
|
|
find_package(Fontconfig REQUIRED)
|
|
set(HAS_FONTCONFIG ON CACHE BOOL "" FORCE)
|
|
add_compile_definitions(USE_FONTCONFIG=1)
|
|
endif()
|