Skip to content

Commit

Permalink
Merge branch 'sj/meson-perl-build-fix' into next
Browse files Browse the repository at this point in the history
* sj/meson-perl-build-fix:
  meson: fix perl dependencies
  • Loading branch information
gitster committed Jan 8, 2025
2 parents 3010ffb + 45c0897 commit cce5ed7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions perl/FromCPAN/Mail/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ test_dependencies += custom_target(
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/FromCPAN/Mail',
depends: [git_version_file],
)
1 change: 1 addition & 0 deletions perl/FromCPAN/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test_dependencies += custom_target(
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/FromCPAN',
depends: [git_version_file],
)

subdir('Mail')
1 change: 1 addition & 0 deletions perl/Git/LoadCPAN/Mail/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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],
)
1 change: 1 addition & 0 deletions perl/Git/LoadCPAN/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test_dependencies += custom_target(
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN',
depends: [git_version_file],
)

subdir('Mail')
1 change: 1 addition & 0 deletions perl/Git/SVN/Memoize/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ test_dependencies += custom_target(
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/Git/SVN',
depends: [git_version_file],
)
1 change: 1 addition & 0 deletions perl/Git/SVN/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ foreach source : [
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/Git/SVN',
depends: [git_version_file],
)
endforeach

Expand Down
1 change: 1 addition & 0 deletions perl/Git/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ foreach source : [
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5/Git',
depends: [git_version_file],
)
endforeach

Expand Down
1 change: 1 addition & 0 deletions perl/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test_dependencies += custom_target(
command: generate_perl_command,
install: true,
install_dir: get_option('datadir') / 'perl5',
depends: [git_version_file],
)

subdir('Git')
Expand Down

0 comments on commit cce5ed7

Please sign in to comment.