mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
LibGfx: Explicitly link against fontconfig
This commit is contained in:
parent
b7b5e71767
commit
d4a5d16d27
|
|
@ -122,6 +122,10 @@ find_package(harfbuzz REQUIRED)
|
|||
target_link_libraries(LibGfx PRIVATE PkgConfig::WOFF2 JPEG::JPEG PNG::PNG avif WebP::webp WebP::webpdecoder
|
||||
WebP::webpdemux WebP::libwebpmux skia harfbuzz)
|
||||
|
||||
if (HAS_FONTCONFIG)
|
||||
target_link_libraries(LibGfx PRIVATE Fontconfig::Fontconfig)
|
||||
endif()
|
||||
|
||||
set(CMAKE_REQUIRED_LIBRARIES PNG::PNG)
|
||||
check_c_source_compiles([=[
|
||||
#include <png.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user