sysui/CustomTarget_share.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 13aebf3dc75a73b381fb8d72c9788a8ee5aa911c Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Apr 2 09:43:13 2020 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Thu Apr 2 11:02:58 2020 +0200 Missing dependency ...since d2c23609083d7b3e5267b1e4c923476cbc509d00 "tdf#130911: convert desktop-translate from Perl to Python." Change-Id: I091e137041740e127606e78d2a04163647dba8af Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91544 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/sysui/CustomTarget_share.mk b/sysui/CustomTarget_share.mk index b613c56cda3c..7402dddf46b4 100644 --- a/sysui/CustomTarget_share.mk +++ b/sysui/CustomTarget_share.mk @@ -237,7 +237,8 @@ endef $(foreach launcher,$(LAUNCHERLIST),$(eval $(call sysui_Desktop_rule,$(launcher)))) $(share_WORKDIR)/%/build.flag: $(share_SRCDIR)/share/brand.pl $(LAUNCHERS) \ - $(share_TRANSLATE) $(addprefix $(share_WORKDIR)/,$(ULFS)) + $(share_TRANSLATE) $(addprefix $(share_WORKDIR)/,$(ULFS)) \ + $(call gb_ExternalExecutable_get_dependencies,python) mkdir -p $(dir $@) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),PRL) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
