Skip to content

Commit

Permalink
build: add pangoft2 to Wayland deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bi4k8 committed Dec 12, 2022
1 parent 68c64f0 commit cf90d83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/ConkyPlatformChecks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@ if(BUILD_WAYLAND)
pkg_check_modules(PANGOFC pangofc)
set(conky_libs ${conky_libs} ${PANGOFC_LIBRARIES})
set(conky_includes ${conky_includes} ${PANGOFC_INCLUDE_DIRS})

pkg_check_modules(PANGOFT2 pangoft2)
set(conky_libs ${conky_libs} ${PANGOFT2_LIBRARIES})
set(conky_includes ${conky_includes} ${PANGOFT2_INCLUDE_DIRS})
endif(BUILD_WAYLAND)

# Otherwise, use the most recent Lua version
Expand Down

0 comments on commit cf90d83

Please sign in to comment.