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

View file

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