meson: declare version.h as dependency for systemd

This is a followup to #11815 and adds the last missing dependency.
With this #11565 is hopefully really fixed.
This commit is contained in:
Michael Olbrich 2019-02-25 11:59:23 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent c55a447ab4
commit 416d7d4648
1 changed files with 2 additions and 1 deletions

View File

@ -1616,7 +1616,8 @@ executable('systemd',
include_directories : includes,
link_with : [libcore,
libshared],
dependencies : [threads,
dependencies : [versiondep,
threads,
librt,
libseccomp,
libselinux,