]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: fix dependencies for modinfo #2
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 23 Jul 2021 12:01:56 +0000 (14:01 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 23 Jul 2021 13:45:52 +0000 (15:45 +0200)
commit917ddc27d86ae427d2aa7ff2d19eb7fdb642b68e
treed9470b24e09f366128240f010875f230b52a0ff7
parent7b7ca8ebde4ee6fba171004b2726ae1ff5489c03
meson: fix dependencies for modinfo #2

modinfo runs the preprocessor and therefore needs all generated input files
to be there.  The "depends" clause does not work in Meson 0.55.3, so for
now use "input".

Part #2: Update the rule for target-specific modules too.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20210723120156.1183920-1-kraxel@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build