summaryrefslogtreecommitdiff
path: root/sendto/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sendto/meson.build')
-rw-r--r--sendto/meson.build11
1 files changed, 1 insertions, 10 deletions
diff --git a/sendto/meson.build b/sendto/meson.build
index ea718dab..ae5022c4 100644
--- a/sendto/meson.build
+++ b/sendto/meson.build
@@ -10,20 +10,11 @@ executable(
install_man(name + '.1')
-desktop_conf = configuration_data()
-desktop_conf.set('VERSION', gnomebt_version)
-
desktop = name + '.desktop'
-desktop_in = configure_file(
- input: desktop + '.in.in',
- output: '@BASENAME@',
- configuration: desktop_conf,
-)
-
i18n.merge_file (
type: 'desktop',
- input: desktop_in,
+ input: desktop + '.in',
output: desktop,
po_dir: po_dir,
install: true,