OSDN Git Service

meson: fix dependencies for modinfo
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 Jul 2021 16:51:57 +0000 (18:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Jul 2021 12:44:47 +0000 (14:44 +0200)
commitac34711171f0b350d9125c46691744405b6a54ce
tree118f8aef6d0448e7d691cdad9b239f4d9a658459
parentc10852afb6a2b84bcc3bffce40c1c0509d6c8e64
meson: fix dependencies for modinfo

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".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build