Merge branch 'wip/jtojnar/rpath' into 'mainline'

Plugins: Add libgeary-client to rpath

See merge request GNOME/geary!511
This commit is contained in:
Michael Gratton 2020-05-06 02:31:33 +00:00
commit 8e2c63da8a
7 changed files with 14 additions and 7 deletions

View file

@ -13,7 +13,8 @@ shared_module(
vala_args: geary_vala_args,
c_args: plugin_c_args,
install: true,
install_dir: plugin_dest
install_dir: plugin_dest,
install_rpath: client_lib_dir,
)
i18n.merge_file(

View file

@ -13,7 +13,8 @@ shared_module(
vala_args: geary_vala_args,
c_args: plugin_c_args,
install: true,
install_dir: plugin_dest
install_dir: plugin_dest,
install_rpath: client_lib_dir,
)
i18n.merge_file(

View file

@ -13,7 +13,8 @@ shared_module(
vala_args: geary_vala_args,
c_args: plugin_c_args,
install: true,
install_dir: plugin_dest
install_dir: plugin_dest,
install_rpath: client_lib_dir,
)
i18n.merge_file(

View file

@ -32,7 +32,8 @@ if libmessagingmenu_dep.found()
vala_args: geary_vala_args,
c_args: plugin_c_args,
install: true,
install_dir: plugin_dest
install_dir: plugin_dest,
install_rpath: client_lib_dir,
)
i18n.merge_file(

View file

@ -16,7 +16,8 @@ shared_module(
vala_args: geary_vala_args,
c_args: plugin_c_args,
install: true,
install_dir: plugin_dest
install_dir: plugin_dest,
install_rpath: client_lib_dir,
)
i18n.merge_file(

View file

@ -16,7 +16,8 @@ shared_module(
vala_args: geary_vala_args,
c_args: plugin_c_args,
install: true,
install_dir: plugin_dest
install_dir: plugin_dest,
install_rpath: client_lib_dir,
)
i18n.merge_file(

View file

@ -13,7 +13,8 @@ shared_module(
vala_args: geary_vala_args,
c_args: plugin_c_args,
install: true,
install_dir: plugin_dest
install_dir: plugin_dest,
install_rpath: client_lib_dir,
)
i18n.merge_file(