[atkmm/atkmm-2-28] Require atk >= 2.12.0



commit 487dcd4b4fb737d1766706a6f888ab6c3ae7c88d
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon May 16 14:48:38 2022 +0200

    Require atk >= 2.12.0
    
    Atkmm has required atk >= 2.12.0 (the first release with AtkRange)
    for a long time, but it has not been properly specified in
    configure.ac and meson.build.

 configure.ac | 2 +-
 meson.build  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e4df85f..993cc49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ MM_AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.4 >= 2.46.2'])
+AC_SUBST([ATKMM_MODULES], ['atk >= 2.12.0 glibmm-2.4 >= 2.46.2'])
 PKG_CHECK_MODULES([ATKMM], [$ATKMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
diff --git a/meson.build b/meson.build
index 5811538..b6cc696 100644
--- a/meson.build
+++ b/meson.build
@@ -102,7 +102,7 @@ install_pkgconfigdir = install_libdir / 'pkgconfig'
 glibmm_req = '>= 2.46.2'
 
 # Atk supported pkg-config files on MSVC files for a good while, so just use that
-atk_req = '>= 1.18.0'
+atk_req = '>= 2.12.0'
 atk_dep = dependency('atk', version: atk_req)
 
 # The -mm libraries do not yet have pkg-config files for MSVC builds,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]