summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-01-20 14:18:09 -0500
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2022-04-21 12:44:27 +0000
commit6da47128e8da04edccccdfcbc9101940fc15fe3a (patch)
treefd5294bdd044f1c0af8aba9c9cde74987a828d66
parent8d52d1ec3c706e8975eb48dfb59a0d145d55f803 (diff)
downloadglade-6da47128e8da04edccccdfcbc9101940fc15fe3a.tar.gz
meson: i18n.merge_file() does not take a positional argument
-rw-r--r--data/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/meson.build b/data/meson.build
index 9f244566..bfbc514c 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -2,7 +2,6 @@ desktop_conf = configuration_data()
desktop_conf.set('VERSION', glade_version)
i18n.merge_file(
- 'desktop',
type: 'desktop',
input: configure_file(
input: 'org.gnome.Glade.desktop.in.in',
@@ -18,7 +17,6 @@ i18n.merge_file(
appdata = glade_name + '.appdata.xml'
i18n.merge_file(
- 'appdata',
input: 'org.gnome.Glade.appdata.xml.in',
output: '@BASENAME@',
po_dir: po_dir,