summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2020-07-29 14:32:44 -0500
committerMike Gorse <mgorse@suse.com>2020-07-29 14:32:44 -0500
commita376fffe9ca333347c785af7d2686fd000ed059a (patch)
treeab09366c327be382a7129eff1dd8703f8be7df50
parent6718f7bd1c32e33028b07ed4c4253fa2d8cc45ab (diff)
downloadat-spi2-atk-a376fffe9ca333347c785af7d2686fd000ed059a.tar.gz
Require atk >= 2.36.0
Needed because of new atk roles.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 61bc93d..79567af 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.33.3'
+atk_req_version = '>= 2.36.0'
atspi_req_version = '>= 2.33.2'
libxml_req_version = '>= 2.9.1'