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') )