1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 00:58:36 +00:00

build: add pangoft2 to Wayland deps

This commit is contained in:
bi4k8 2022-12-12 23:24:53 +00:00 committed by Brenden Matthews
parent a585e36d93
commit ae971d1cff
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -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