Skip to content

Commit

Permalink
Check for pango and readline with cmake.
Browse files Browse the repository at this point in the history
Fixes #6444
  • Loading branch information
Pentarctagon committed Jan 13, 2022
1 parent e26a15c commit c48ab6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -488,6 +488,8 @@ if(ENABLE_GAME OR ENABLE_TESTS)
endif()
pkg_check_modules(CAIRO REQUIRED cairo>=1.10)
pkg_check_modules(PANGOCAIRO REQUIRED pangocairo>=1.22.0)
pkg_check_modules(PANGO REQUIRED pango>=1.22.0)
pkg_check_modules(LIBREADLINE REQUIRED readline)
endif()

if(ENABLE_TESTS)
Expand Down

0 comments on commit c48ab6b

Please sign in to comment.