build: remove link option and correct build orders between mmi-manager and modules 71/264071/1
authorSung-Jin Park <sj76.park@samsung.com>
Fri, 3 Sep 2021 06:58:36 +0000 (15:58 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 13 Sep 2021 11:25:42 +0000 (20:25 +0900)
Change-Id: I4e280af6471266c614947d1ed2163b896aac5699
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/meson.build

index c2f3a0b..260e8f0 100644 (file)
@@ -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')
+