summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2022-03-21 10:37:38 -0500
committerMike Gorse <mgorse@suse.com>2022-03-21 10:37:38 -0500
commit6a36042d828c8edc3976eec6deb9a4e7a7a7b037 (patch)
tree15996d6ef13c43ba6eaa6def9f126ba58539595c /meson.build
parent989062d31dace1fbb95840529be7ec4001a2e566 (diff)
downloadat-spi2-atk-6a36042d828c8edc3976eec6deb9a4e7a7a7b037.tar.gz
Lower atk required version again
Only initialize support for ATK_STATE_COLLAPSED if atk and at-spi2-core are new enough to support them, and lower the atk requirement in meson.build. Atk needs a release, so otherwise we depend on unreleased git code.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5edcb9a..33692aa 100644
--- a/meson.build
+++ b/meson.build
@@ -38,7 +38,7 @@ libdbus_req_version = '>= 1.5'
glib_req_version = '>= 2.32.0'
gobject_req_version = '>= 2.0.0'
gmodule_req_version = '>= 2.0.0'
-atk_req_version = '>= 2.37.0'
+atk_req_version = '>= 2.36.0'
atspi_req_version = '>= 2.33.2'
libxml_req_version = '>= 2.9.1'