summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-08-02 02:29:50 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-05-03 13:43:40 +0200
commite92b5b5517e84636ec106e84bb32a5ba6d4dbc7f (patch)
tree0faaf7f93b60e5e3680a81ba2e9af9e5e1b1c70d /meson.build
parenta376fffe9ca333347c785af7d2686fd000ed059a (diff)
downloadat-spi2-atk-e92b5b5517e84636ec106e84bb32a5ba6d4dbc7f.tar.gz
Add support for ATSPI_STATE_COLLAPSED/ATK_STATE_COLLAPSED
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 79567af..10a2f5b 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.36.0'
+atk_req_version = '>= 2.37.0'
atspi_req_version = '>= 2.33.2'
libxml_req_version = '>= 2.9.1'