[gnome-weather/libexec] build: drop unused directory handling



commit 20054b1335025d5a108aa73e0c9fe4d7110d9595
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Thu Feb 7 20:35:18 2019 -0500

    build: drop unused directory handling
    
    None of these are used in the code

 meson.build     | 5 -----
 src/meson.build | 1 -
 2 files changed, 6 deletions(-)
---
diff --git a/meson.build b/meson.build
index 9b04a19..26a91d1 100644
--- a/meson.build
+++ b/meson.build
@@ -20,8 +20,6 @@ dependency('gweather-3.0', version: '>= 3.28')
 
 env = environment()
 
-LIBEXEC_DIR = join_paths(get_option('prefix'), get_option('libexecdir'))
-EXTENSION_DIR = join_paths(get_option('prefix'), get_option('libdir'), meson.project_name())
 DATA_DIR = join_paths(get_option('prefix'), get_option('datadir'), application_id)
 BIN_DIR = join_paths(get_option('prefix'), get_option('bindir'))
 
@@ -37,9 +35,6 @@ endif
 conf = configuration_data()
 conf.set('PACKAGE_URL', 'https://gitlab.gnome.org/GNOME/gnome-weather')
 conf.set('DATA_DIR', DATA_DIR)
-conf.set('EXTENSION_DIR', EXTENSION_DIR)
-conf.set('LOCALE_DIR', join_paths(get_option('prefix'), get_option('datadir'), 'locale'))
-conf.set('libexecdir', LIBEXEC_DIR)
 
 if get_option('profile') == 'development'
     conf.set('VERSION', ''.join([run_command(['git', 'describe', '--long', '--tags']).stdout(), 
get_option('profile')]))
diff --git a/src/meson.build b/src/meson.build
index 8d64aa8..fadd2f4 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -2,7 +2,6 @@ source_conf = configuration_data()
 source_conf.set('GJS', find_program('gjs').path())
 source_conf.set('DATA_DIR', DATA_DIR)
 source_conf.set('PACKAGE_VERSION', meson.project_version())
-source_conf.set('libdir', EXTENSION_DIR)
 source_conf.set('prefix', prefix)
 
 application = configure_file(


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