]> git.ipfire.org Git - thirdparty/git.git/commit
meson: fix perl dependencies
authorSam James <sam@gentoo.org>
Wed, 8 Jan 2025 03:42:37 +0000 (03:42 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jan 2025 16:05:39 +0000 (08:05 -0800)
commit45c0897204cfb5d0d88370a4907e41b0eb717b6c
treed569d5d323fbb2d311761fca0a3ab9dc9e4f7392
parent904339edbd80ec5676616af6e072b41804c1c8eb
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>
perl/FromCPAN/Mail/meson.build
perl/FromCPAN/meson.build
perl/Git/LoadCPAN/Mail/meson.build
perl/Git/LoadCPAN/meson.build
perl/Git/SVN/Memoize/meson.build
perl/Git/SVN/meson.build
perl/Git/meson.build
perl/meson.build