summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-06-17 20:33:19 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-06-17 20:33:19 -0500
commitc216790f7fa9907247ef6ae1151b903c46626d6c (patch)
tree3f16e7c80b8262c066a1a251ebee955235c4567b /meson.build
parent8ab4b51df1cdd441aae9d429512b9d5d951b84b7 (diff)
downloadat-spi2-atk-c216790f7fa9907247ef6ae1151b903c46626d6c.tar.gz
Update at-spi2-core and atk required versions, for the recently-added roles
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 82a0afd..0710445 100644
--- a/meson.build
+++ b/meson.build
@@ -38,8 +38,8 @@ 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.1'
-atspi_req_version = '>= 2.31.2'
+atk_req_version = '>= 2.33.3'
+atspi_req_version = '>= 2.33.2'
libxml_req_version = '>= 2.9.1'
libdbus_dep = dependency('dbus-1', version: libdbus_req_version)