From 9253e5f22943c779eb1fee7bcaee0c4a4a003e83 Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 2 Jan 2017 20:46:18 +0000 Subject: [PATCH] GTK: update gtkmm dependency. Pre-3.22 gtkmm doesn't have Gtk::GLArea::set_use_es(), which we require. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f72ba25..1721e23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,7 +184,7 @@ else() # Linux and compatible systems pkg_check_modules(CAIRO REQUIRED cairo) pkg_check_modules(FONTCONFIG REQUIRED fontconfig) pkg_check_modules(JSONC REQUIRED json-c) - pkg_check_modules(GTKMM REQUIRED gtkmm-3.0 pangomm-1.4 x11) + pkg_check_modules(GTKMM REQUIRED gtkmm-3.0>=3.22 pangomm-1.4 x11) endif() if(ENABLE_COVERAGE)