summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/appdata/meson.build1
-rw-r--r--data/meson.build1
2 files changed, 0 insertions, 2 deletions
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
index c4d17e927..c2e646327 100644
--- a/data/appdata/meson.build
+++ b/data/appdata/meson.build
@@ -1,7 +1,6 @@
appdata = 'org.gnome.Totem.appdata.xml'
appdata_file = i18n.merge_file (
- 'appdata',
input: appdata + '.in',
output: appdata,
install: true,
diff --git a/data/meson.build b/data/meson.build
index 4c6df3ba3..a1d0060de 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -69,7 +69,6 @@ desktop_in = configure_file(
)
desktop_file = i18n.merge_file (
- desktop,
type: 'desktop',
input: desktop_in,
output: desktop,