diff options
| author | Sam James <sam@gentoo.org> | 2025-01-08 03:42:37 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-08 08:05:39 -0800 |
| commit | 45c0897204cfb5d0d88370a4907e41b0eb717b6c (patch) | |
| tree | d569d5d323fbb2d311761fca0a3ab9dc9e4f7392 /perl/Git/LoadCPAN/Mail | |
| parent | 904339edbd80ec5676616af6e072b41804c1c8eb (diff) | |
| download | git-45c0897204cfb5d0d88370a4907e41b0eb717b6c.tar.gz | |
meson: fix perl dependencies
`generate_perl_command` needs `depends: [git_version_file]` and the uses
in top-level meson.build were fine, but the ones in perl/ weren't, causing
parallel build failures in some cases as GIT-BUILD-OPTIONS wasn't yet
available.
Signed-off-by: Sam James <sam@gentoo.org>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl/Git/LoadCPAN/Mail')
| -rw-r--r-- | perl/Git/LoadCPAN/Mail/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Git/LoadCPAN/Mail/meson.build b/perl/Git/LoadCPAN/Mail/meson.build index 7da5b37adb..89cde56be8 100644 --- a/perl/Git/LoadCPAN/Mail/meson.build +++ b/perl/Git/LoadCPAN/Mail/meson.build @@ -4,4 +4,5 @@ test_dependencies += custom_target( command: generate_perl_command, install: true, install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN/Mail', + depends: [git_version_file], ) |
