[at-spi2-core: 2/4] Remove unused meson variables




commit bfefd6236396acfc2724b35d622825895c5a0f0f
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue May 31 17:46:25 2022 -0500

    Remove unused meson variables

 meson.build | 2 --
 1 file changed, 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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]