From: Sung-Jin Park Date: Fri, 3 Sep 2021 06:58:36 +0000 (+0900) Subject: build: remove link option and correct build orders between mmi-manager and modules X-Git-Tag: accepted/tizen/unified/20210914.053333~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F264071%2F1;p=platform%2Fcore%2Fuifw%2Fmmi-manager.git build: remove link option and correct build orders between mmi-manager and modules Change-Id: I4e280af6471266c614947d1ed2163b896aac5699 Signed-off-by: Sung-Jin Park --- diff --git a/src/meson.build b/src/meson.build index c2f3a0b..260e8f0 100644 --- a/src/meson.build +++ b/src/meson.build @@ -60,13 +60,9 @@ mmi_manager_deps = [ libtzplatform_config_dep, xkbcommon_dep] -subdir('modules/modality_keyboard') -subdir('modules/ref_fusion') - executable('mmi-manager', mmi_manager_srcs, dependencies : [mmi_manager_deps], - link_with : [ modality_keyboard_shared, ref_fusion_shared ], install_dir : mmi_manager_prefix_bindir, install : true ) @@ -87,3 +83,7 @@ pkgconfig.generate( version : meson.project_version(), ) +subdir('modules/modality_keyboard') +subdir('modules/modality_voice') +subdir('modules/ref_fusion') +