summaryrefslogtreecommitdiff
path: root/plugins/fullscreen
diff options
context:
space:
mode:
authorManatsawin Hanmongkolchai <[email protected]>2022-11-15 01:18:57 +0700
committerraveit65 <[email protected]>2023-04-20 18:07:49 +0200
commit8404de12c85b0674f397a616596f85b82b2d7e66 (patch)
treea5c10385978aa4aae0058275802d17fa5f59b2f4 /plugins/fullscreen
parent94abc672375a68425d210bec872167922808391c (diff)
downloadeom-8404de12c85b0674f397a616596f85b82b2d7e66.tar.bz2
eom-8404de12c85b0674f397a616596f85b82b2d7e66.tar.xz
Fix plugin installing
Diffstat (limited to 'plugins/fullscreen')
-rw-r--r--plugins/fullscreen/meson.build4
1 files changed, 2 insertions, 2 deletions
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(