This should be optional.
This commit is contained in:
parent
7c6521d5a8
commit
09131c8695
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue