diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 483a2e1..178e224 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,10 +78,10 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/package.sh.in #{{{ Common dependencies find_package(PkgConfig) find_program(GLIB2_MKENUMS glib-mkenums REQUIRED) -pkg_check_modules(GLIB2 glib-2.0>=2.24 REQUIRED) -pkg_check_modules(GOBJECT2 gobject-2.0>=2.24 REQUIRED) -pkg_check_modules(GMODULE2 gmodule-2.0>=2.24 REQUIRED) -pkg_check_modules(GIO2 gio-2.0>=2.24 REQUIRED) +pkg_check_modules(GLIB2 glib-2.0>=2.28 REQUIRED) +pkg_check_modules(GOBJECT2 gobject-2.0>=2.28 REQUIRED) +pkg_check_modules(GMODULE2 gmodule-2.0>=2.28 REQUIRED) +pkg_check_modules(GIO2 gio-2.0>=2.28 REQUIRED) #}}} #{{{ Common includes include_directories( |