From 5c03dd167746b00faa6e50a9cc4e59b1f8cda9d3 Mon Sep 17 00:00:00 2001 From: Jehan Date: Thu, 22 Oct 2020 17:18:43 +0200 Subject: [PATCH] extensions: goat-exercise appdata depends on po files. Make sure we regenerate the appdata file when po files are updated. It should not be too much of a problem for release builds made from scratch, but on incremental dev builds, the appdata was not regenerated even when new translation got added. --- extensions/goat-exercises/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/goat-exercises/meson.build b/extensions/goat-exercises/meson.build index decbcdd41d..d53b54847a 100644 --- a/extensions/goat-exercises/meson.build +++ b/extensions/goat-exercises/meson.build @@ -108,6 +108,7 @@ appdatafilein = configure_file( appdatafile = custom_target(appdatafilename, input : [ appdatafilein, ], output: [ appdatafilename, ], + depend_files: [ po_plug_ins_dir ], command: [ intltool_merge, po_plug_ins_dir,