efl_mono: move libeflcustomexportsmono.so to lib with versions by meson
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 10 May 2019 10:29:34 +0000 (19:29 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:50 +0000 (17:17 +0900)
meson generates libeflcustomexportsmono.so to lib/efl-mono-1/ directory
unlike other so files.
Moreover, the so file does not have versions in the file name unlike
other so files.

Like other so files, libeflcustomexportsmono.so is moved to lib
directory with versions in the file name.

src/bindings/mono/meson.build

index 4668548..dc56b8a 100644 (file)
@@ -95,10 +95,9 @@ blacklisted_files = [
 #efl_mono_lib = library('eflcustomexportsmono',
 #    join_paths('..', '..', 'lib', 'efl_mono', 'efl_custom_exports_mono.c'),
 #    install : true,
-#    install_dir : join_paths(dir_lib, 'efl-mono-'+version_major),
-#    dependencies : [eo, eina, ecore]
+#    dependencies : [eo, eina, ecore],
+#    version : meson.project_version()
 #)
-##
 
 beta_option = []
 if (get_option('mono-beta'))