mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
build: Install .plugin files
Without them we cannot load plugins from the installed location.
Closes: #585
Fixes: 42b456f03a
This commit is contained in:
parent
6987d0f1e3
commit
0b0dc68000
4 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,7 @@ i18n_plugin = i18n.merge_file(
|
|||
po_dir: po_dir,
|
||||
type: 'desktop',
|
||||
build_by_default: true,
|
||||
install: true,
|
||||
install_dir: dummy_install_dir,
|
||||
)
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ i18n_plugin = i18n.merge_file(
|
|||
po_dir: po_dir,
|
||||
type: 'desktop',
|
||||
build_by_default: true,
|
||||
install: true,
|
||||
install_dir: mm_install_dir,
|
||||
)
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ i18n_plugin = i18n.merge_file(
|
|||
po_dir: po_dir,
|
||||
type: 'desktop',
|
||||
build_by_default: true,
|
||||
install: true,
|
||||
install_dir: ofono_install_dir,
|
||||
)
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ i18n_plugin = i18n.merge_file(
|
|||
po_dir: po_dir,
|
||||
type: 'desktop',
|
||||
build_by_default: true,
|
||||
install: true,
|
||||
install_dir: sip_install_dir,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue