blob: 24bb79f0e93363ff9810400081a337f8fe2a2612 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
diff --git a/data/meson.build b/data/meson.build
index 4629538..8fec511 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -22,13 +22,6 @@ appstream_file = i18n.merge_file(
install_dir: join_paths(get_option('datadir'), 'appdata')
)
-appstream_util = find_program('appstream-util', required: false)
-if appstream_util.found()
- test('Validate appstream file', appstream_util,
- args: ['validate', appstream_file]
- )
-endif
-
install_data('re.sonny.Commit.gschema.xml',
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
)
|