meson: Fix exported functions in plugins

This adds DEF file names in meson. Without the DEF files, every
functions are exproted from plugins.
This commit is contained in:
Biswapriyo Nath
2022-01-21 12:11:19 +05:30
committed by Patrick
parent a330c1cf4d
commit 1de339dfbc
7 changed files with 8 additions and 1 deletions

View File

@ -88,4 +88,5 @@ shared_module('perl',
install_dir: plugindir,
install_rpath: perl_rpath,
name_prefix: '',
vs_module_defs: 'perl.def',
)