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 669bc207bea0edba10944574ec37b13ea224e071
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Tue Oct 8 13:38:13 2024 +0500
meson: doc - correct mistake
---
doc/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/meson.build b/doc/meson.build
index 065f8e2b52..fe642a5500 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -132,7 +132,7 @@ foreach widget_preview : widget_previews
dependencies: elementary,
build_by_default: false,
c_args : [
- '-DPACKAGE_DATA_DIR="' + meson.source_root() / 'data/elementary') + '"',
+ '-DPACKAGE_DATA_DIR="' + meson.source_root() / 'data/elementary' + '"',
'-DTESTS_BUILD_DIR="' + meson.current_build_dir() + '"',
'-DTESTS_SRC_DIR="' + meson.current_source_dir() + '"',
'-DDOCW_DIR="' + meson.current_build_dir() + '"']
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.