From 8404de12c85b0674f397a616596f85b82b2d7e66 Mon Sep 17 00:00:00 2001 From: Manatsawin Hanmongkolchai Date: Tue, 15 Nov 2022 01:18:57 +0700 Subject: Fix plugin installing --- plugins/fullscreen/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/fullscreen') diff --git a/plugins/fullscreen/meson.build b/plugins/fullscreen/meson.build index 9688a12..960a09e 100644 --- a/plugins/fullscreen/meson.build +++ b/plugins/fullscreen/meson.build @@ -2,14 +2,14 @@ desktopfile = configure_file(input: 'fullscreen.plugin.desktop.in.in', configura if get_option('nls') i18n.merge_file( input: desktopfile, - output: 'fullscreen.plugin.desktop', + output: 'fullscreen.plugin', install: true, install_dir: pluginsdir, type: 'desktop', po_dir: po_dir, ) else - install_data(desktopfile, install_dir: pluginsdir) + install_data(desktopfile, install_dir: pluginsdir, rename: ['fullscreen.plugin']) endif shared_library( -- cgit v1.2.1