You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-auth/authenticator/files/authenticator-0.2.4-disable...

17 lines
423 B

diff --git a/data/meson.build b/data/meson.build
index b646c11..884c5d0 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -50,10 +50,3 @@ endif
appstreamcli = find_program('appstream-util', required:false)
-if appstreamcli.found()
- test (
- 'Validate appdata file',
- appstreamcli,
- args: ['validate-relax', join_paths(meson.current_build_dir (), meson.project_name() + '.appdata.xml')]
- )
-endif