From: Michael Olbrich Date: Mon, 25 Feb 2019 10:59:23 +0000 (+0100) Subject: meson: declare version.h as dependency for systemd X-Git-Tag: v242-rc1~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=416d7d4648cafe27da3e9644152d98081df3deaa;p=thirdparty%2Fsystemd.git 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. --- diff --git a/meson.build b/meson.build index 0a2b24d4b28..7c22aca371a 100644 --- a/meson.build +++ b/meson.build @@ -1616,7 +1616,8 @@ executable('systemd', include_directories : includes, link_with : [libcore, libshared], - dependencies : [threads, + dependencies : [versiondep, + threads, librt, libseccomp, libselinux,