summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-05-24 14:43:30 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-05-24 14:43:30 -0500
commit5265e1f5049edc309959d2f831d9f24e64e8c9aa (patch)
treefbc57cfc27f0c67eba8609bde2b46eed018e8ddd /meson.build
parentd8b1b64935ef18e14d6a7f73fd0eb6611785fdd2 (diff)
downloadat-spi2-core-5265e1f5049edc309959d2f831d9f24e64e8c9aa.tar.gz
Hook droute and atk-adaptor to the build
We make a new atk_bridge_version variable in meson, to hold what was previously the project version for at-spi2-atk.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 04e8a4bd..098d3190 100644
--- a/meson.build
+++ b/meson.build
@@ -45,6 +45,7 @@ if cc.get_id() == 'msvc'
endif
# at-spi2-atk versions
+atk_bridge_version = '2.38.0'
atk_bridge_soversion = 0
atk_bridge_libversion = '0.0.0'
@@ -217,6 +218,8 @@ subdir('atspi')
subdir('bus')
subdir('registryd')
subdir('atk')
+subdir('droute')
+subdir('atk-adaptor')
subdir('tests')
if get_option('docs')