Add Freetype to fix build on Arch (#3221)

Fixes #3220
This commit is contained in:
Cliff L. Biffle 2025-07-24 03:08:11 -07:00 committed by GitHub
parent 9476ad80b8
commit 455d63611a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ endif()
find_package(Threads REQUIRED)
find_package(CairoFC REQUIRED)
find_package(Freetype REQUIRED)
find_package(LibUV 1.3.0 REQUIRED)

View File

@ -161,6 +161,7 @@ target_link_libraries(poly PUBLIC
Cairo::CairoFC
xpp
LibUV::LibUV
freetype
)
if (TARGET i3ipc++)