This is an automated email from the git hooks/post-receive script.
git pushed a commit to reference refs/pull/47/head
in repository efl.
View the commit online.
commit 814563a51245714f752c0487c6f7e7efe079e197
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Fri Dec 22 09:33:22 2023 +0500
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)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.