bu5hm4n pushed a commit to branch feature/meson. http://git.enlightenment.org/core/efl.git/commit/?id=2189080fce2d60940658c3a4d761e7aa2fbffb6c
commit 2189080fce2d60940658c3a4d761e7aa2fbffb6c Author: Marcel Hollerbach <[email protected]> Date: Wed Dec 27 19:38:56 2017 +0000 meson: ecore-modules disable tizen --- src/modules/ecore/meson.build | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/modules/ecore/meson.build b/src/modules/ecore/meson.build index 6191853d21..fd3725d8c8 100644 --- a/src/modules/ecore/meson.build +++ b/src/modules/ecore/meson.build @@ -1,3 +1,6 @@ -subdir(join_paths('system', 'systemd')) -subdir(join_paths('system', 'tizen')) +if get_option('systemd') + subdir(join_paths('system', 'systemd')) +endif +#disable for now +#subdir(join_paths('system', 'tizen')) subdir(join_paths('system', 'upower')) \ No newline at end of file --
