Merge branch 'sj/meson-perl-build-fix'
The build procedure in "meson" for the "perl/" hierarchy lacked necessary dependencies, which has been corrected. * sj/meson-perl-build-fix: meson: fix perl dependencies
This commit is contained in:
@ -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],
|
||||
)
|
||||
|
||||
@ -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')
|
||||
|
||||
@ -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],
|
||||
)
|
||||
|
||||
@ -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')
|
||||
|
||||
@ -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],
|
||||
)
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@ foreach source : [
|
||||
command: generate_perl_command,
|
||||
install: true,
|
||||
install_dir: get_option('datadir') / 'perl5/Git',
|
||||
depends: [git_version_file],
|
||||
)
|
||||
endforeach
|
||||
|
||||
|
||||
@ -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')
|
||||
|
||||
Reference in New Issue
Block a user