]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: declare version.h as dependency for systemd
authorMichael Olbrich <m.olbrich@pengutronix.de>
Mon, 25 Feb 2019 10:59:23 +0000 (11:59 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 25 Feb 2019 14:55:38 +0000 (15:55 +0100)
This is a followup to #11815 and adds the last missing dependency.
With this #11565 is hopefully really fixed.

meson.build

index 0a2b24d4b28cdc193845983efcd2ca1487473d18..7c22aca371a484b08f5db79b9f1a54b2a604947e 100644 (file)
@@ -1616,7 +1616,8 @@ executable('systemd',
            include_directories : includes,
            link_with : [libcore,
                         libshared],
-           dependencies : [threads,
+           dependencies : [versiondep,
+                           threads,
                            librt,
                            libseccomp,
                            libselinux,