summaryrefslogtreecommitdiffstats
path: root/perl/Git/SVN/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'perl/Git/SVN/meson.build')
-rw-r--r--perl/Git/SVN/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Git/SVN/meson.build b/perl/Git/SVN/meson.build
index 8338531041..44abaf42b7 100644
--- a/perl/Git/SVN/meson.build
+++ b/perl/Git/SVN/meson.build
@@ -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