summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-05-24 13:42:53 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-05-24 13:42:53 -0500
commit605668852e962ba1e039897a79749e6beeb33e6b (patch)
treeed95fe3aa1316a58951a007731b94ca8273190d1 /meson.build
parent747ae056605a68911232949c084acb4d396e1817 (diff)
downloadat-spi2-core-605668852e962ba1e039897a79749e6beeb33e6b.tar.gz
Install at-spi2-atk.desktop
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 5b7503ff..04e8a4bd 100644
--- a/meson.build
+++ b/meson.build
@@ -209,6 +209,9 @@ else
p2p_cflags = []
endif
+install_data('at-spi2-atk.desktop',
+ install_dir: join_paths(get_option('libdir'), 'gnome-settings-daemon-3.0', 'gtk-modules'))
+
subdir('dbind')
subdir('atspi')
subdir('bus')