1
0
Fork 0
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:
Evangelos Ribeiro Tzaras 2023-06-13 18:53:30 +02:00
parent 6987d0f1e3
commit 0b0dc68000
4 changed files with 4 additions and 0 deletions

View file

@ -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,
)

View file

@ -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,
)

View file

@ -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,
)

View file

@ -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,
)