mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
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:
parent
c55a447ab4
commit
416d7d4648
@ -1616,7 +1616,8 @@ executable('systemd',
|
||||
include_directories : includes,
|
||||
link_with : [libcore,
|
||||
libshared],
|
||||
dependencies : [threads,
|
||||
dependencies : [versiondep,
|
||||
threads,
|
||||
librt,
|
||||
libseccomp,
|
||||
libselinux,
|
||||
|
Loading…
Reference in New Issue
Block a user