summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-05-31 17:46:25 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-05-31 17:46:25 -0500
commitbfefd6236396acfc2724b35d622825895c5a0f0f (patch)
tree492cb0244192b147d16508a725cf62452cf5eee7 /meson.build
parent723ad21be5a73bd7cd1016dbfdbe1ef0c7aa6c11 (diff)
downloadat-spi2-core-bfefd6236396acfc2724b35d622825895c5a0f0f.tar.gz
Remove unused meson variables
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 83bd6054..1c5c77f3 100644
--- a/meson.build
+++ b/meson.build
@@ -104,8 +104,6 @@ atspi_prefix = get_option('prefix')
atspi_datadir = join_paths(atspi_prefix, get_option('datadir'))
atspi_libexecdir = join_paths(atspi_prefix, get_option('libexecdir'))
atspi_sysconfdir = join_paths(atspi_prefix, get_option('sysconfdir'))
-atspi_libdir = join_paths(atspi_prefix, get_option('libdir'))
-atspi_includedir = join_paths(atspi_prefix, get_option('includedir'))
if get_option('dbus_services_dir') != 'default'
dbus_services_dir = get_option('dbus_services_dir')