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,
|
command: generate_perl_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('datadir') / 'perl5/FromCPAN/Mail',
|
install_dir: get_option('datadir') / 'perl5/FromCPAN/Mail',
|
||||||
|
depends: [git_version_file],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ test_dependencies += custom_target(
|
|||||||
command: generate_perl_command,
|
command: generate_perl_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('datadir') / 'perl5/FromCPAN',
|
install_dir: get_option('datadir') / 'perl5/FromCPAN',
|
||||||
|
depends: [git_version_file],
|
||||||
)
|
)
|
||||||
|
|
||||||
subdir('Mail')
|
subdir('Mail')
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ test_dependencies += custom_target(
|
|||||||
command: generate_perl_command,
|
command: generate_perl_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN/Mail',
|
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,
|
command: generate_perl_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN',
|
install_dir: get_option('datadir') / 'perl5/Git/LoadCPAN',
|
||||||
|
depends: [git_version_file],
|
||||||
)
|
)
|
||||||
|
|
||||||
subdir('Mail')
|
subdir('Mail')
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ test_dependencies += custom_target(
|
|||||||
command: generate_perl_command,
|
command: generate_perl_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('datadir') / 'perl5/Git/SVN',
|
install_dir: get_option('datadir') / 'perl5/Git/SVN',
|
||||||
|
depends: [git_version_file],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ foreach source : [
|
|||||||
command: generate_perl_command,
|
command: generate_perl_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('datadir') / 'perl5/Git/SVN',
|
install_dir: get_option('datadir') / 'perl5/Git/SVN',
|
||||||
|
depends: [git_version_file],
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ foreach source : [
|
|||||||
command: generate_perl_command,
|
command: generate_perl_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('datadir') / 'perl5/Git',
|
install_dir: get_option('datadir') / 'perl5/Git',
|
||||||
|
depends: [git_version_file],
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ test_dependencies += custom_target(
|
|||||||
command: generate_perl_command,
|
command: generate_perl_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('datadir') / 'perl5',
|
install_dir: get_option('datadir') / 'perl5',
|
||||||
|
depends: [git_version_file],
|
||||||
)
|
)
|
||||||
|
|
||||||
subdir('Git')
|
subdir('Git')
|
||||||
|
|||||||
Reference in New Issue
Block a user