Merge branch 'wip/jtojnar/rpath' into 'mainline'
Plugins: Add libgeary-client to rpath See merge request GNOME/geary!511
This commit is contained in:
commit
8e2c63da8a
7 changed files with 14 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue