This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch dev/dimmus/test
in repository efl.
View the commit online.
commit 644e90a7ca19e270d4ebc654a7fd23175a1c95a2
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Oct 7 11:11:59 2024 +0500
meson: remove scripts subdir
Unused during meson config.
---
meson.build | 3 ---
1 file changed, 3 deletions(-)
diff --git a/meson.build b/meson.build
index d007b45c0c..c09ec01018 100644
--- a/meson.build
+++ b/meson.build
@@ -68,7 +68,6 @@ local_module = join_paths('src', 'modules')
local_tests = join_paths('src', 'tests')
local_benchmark = join_paths('src', 'benchmarks')
local_examples = join_paths('src', 'examples')
-local_scripts = join_paths('src', 'scripts')
dev_cflags = []
dev_cflags_try = [
@@ -606,8 +605,6 @@ if get_option('build-examples')
endforeach
endif
-subdir(join_paths(local_scripts))
-
meson.add_install_script('meson/meson_modules.sh', module_files)
foreach evas_loader_map_inst : evas_loader_map
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.