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 3ac6b36315528c15ef65e5266a7aab45d8d2e988
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Tue Oct 8 15:38:34 2024 +0500
meson: move header_checks to meson folder
---
meson.build | 2 +-
{header_checks => meson/header_checks}/meson.build | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 6d7ddac8d3..9d5c042b31 100644
--- a/meson.build
+++ b/meson.build
@@ -249,7 +249,7 @@ if get_option('tslib')
config_h.set('HAVE_TSLIB', '1')
endif
-subdir('header_checks')
+subdir('meson/header_checks')
subdir('po')
if get_option('wl')
diff --git a/header_checks/meson.build b/meson/header_checks/meson.build
similarity index 100%
rename from header_checks/meson.build
rename to meson/header_checks/meson.build
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.