pidgin/data/meson.build

changeset 42634
220ad1d4e5f1
parent 42499
294a948bab87
child 43009
df1a36761198
--- a/pidgin/data/meson.build	Mon Mar 11 21:22:20 2024 -0500
+++ b/pidgin/data/meson.build	Mon Mar 11 21:25:28 2024 -0500
@@ -20,6 +20,7 @@
 		'validate pidgin3 metainfo file',
 		appstreamcli_exe,
 		args: ['validate', '--no-net', '--pedantic', metainfo_file],
+		verbose: true,
 	)
 endif
 
@@ -57,5 +58,6 @@
 		'validate pidgin3 desktop file',
 		desktop_file_validate_exe,
 		args: [meson.current_build_dir() / PIDGIN_DESKTOP_FILE],
+		verbose: true,
 	)
 endif

mercurial