From 814563a51245714f752c0487c6f7e7efe079e197 Mon Sep 17 00:00:00 2001 From: dimmus Date: Fri, 22 Dec 2023 09:33:22 +0500 Subject: [PATCH] meson: remove duplicate conf_dir and another join_path --- meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meson.build b/meson.build index 5bc9f2c66a..d3a4d26491 100644 --- a/meson.build +++ b/meson.build @@ -361,9 +361,6 @@ subprojects = [ ['exactness' ,[] , false, false, true, false, false, false, false, ['eina, evas, eet'], []], ] -# We generate Efl_Config.h and config.h later, they will be available here -config_dir += include_directories('.') - #we have to do that first, eina modules are required by eina #the other modules require theire package subdir(join_paths(local_module, 'eina')) @@ -613,7 +610,7 @@ if get_option('build-examples') endforeach endif -subdir(join_paths(local_scripts)) +subdir(local_scripts) meson.add_install_script('meson/meson_modules.sh', module_files)