CMake: use correct gtkmm version constraint.

Many GL APIs appeared in GTK in version 3.16, but in gtkmm only in
version 3.18.
pull/252/merge
whitequark 2018-07-12 12:19:59 +00:00
parent f2ecd7abe6
commit ba71dba024
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ if(ENABLE_GUI)
find_package(OpenGL REQUIRED)
pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
pkg_check_modules(JSONC REQUIRED json-c)
pkg_check_modules(GTKMM REQUIRED gtkmm-3.0>=3.16 pangomm-1.4 x11)
pkg_check_modules(GTKMM REQUIRED gtkmm-3.0>=3.18 pangomm-1.4 x11)
endif()
endif()