summaryrefslogtreecommitdiffstats
path: root/shell/appdata/meson.build
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/appdata/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/appdata/meson.build b/shell/appdata/meson.build
new file mode 100644
index 0000000..3b36171
--- /dev/null
+++ b/shell/appdata/meson.build
@@ -0,0 +1,10 @@
+appdata = 'gnome-control-center.appdata.xml'
+
+i18n.merge_file(
+ appdata,
+ input: appdata + '.in',
+ output: appdata,
+ po_dir: po_dir,
+ install: true,
+ install_dir: join_paths(control_center_datadir, 'metainfo')
+)