mmi-manager: set export_dynamic to true for modules(.so) of mmi-manager 89/264089/1
authorSung-Jin Park <sj76.park@samsung.com>
Tue, 7 Sep 2021 14:35:44 +0000 (23:35 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 13 Sep 2021 11:26:27 +0000 (20:26 +0900)
commiteca07b5e342bd217a75f9866070dd91d54abfbe1
tree96adf98c09d22d7839cdbd9e662bf43723385650
parentcf33eeeef7e926b80ff02cb83ee62d18934ba25e
mmi-manager: set export_dynamic to true for modules(.so) of mmi-manager

For shared module to be able to refer to functions and variables defined in
mmi-manager executable, we set export_dynamic to 'true' in meson.build file.

Change-Id: I7b66b964e7b4281a24e51ccb303cf45ebbc5ed26
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/meson.build