This should be optional.

This commit is contained in:
Pentarctagon 2022-01-20 09:06:11 -06:00
parent 7c6521d5a8
commit 09131c8695
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -499,7 +499,7 @@ if(ENABLE_GAME OR ENABLE_TESTS)
# TODO: can use find_package and Fontconfig::Fontconfig with cmake 3.14+
pkg_check_modules(FONTCONFIG REQUIRED fontconfig>=2.4.1)
pkg_check_modules(PANGO REQUIRED pango>=1.22.0)
pkg_check_modules(LIBREADLINE REQUIRED readline)
pkg_check_modules(LIBREADLINE readline)
endif()
if(ENABLE_TESTS)