build: Install .plugin files
Without them we cannot load plugins from the installed location.
Closes: #585
Fixes: 42b456f03a
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user