meson.build: Fix dependency of page-vary-common.c to config-poison.h
authorThomas Huth <thuth@redhat.com>
Wed, 30 Mar 2022 11:48:08 +0000 (13:48 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 1 Apr 2022 11:06:07 +0000 (13:06 +0200)
commit54c9b19421895eddac19444c1de705ef0ddbfe95
treede57d17e060dda672e66f1a18c7cccee2dcda58e
parentfc6e0d0f2db5126592bb4066d484fcdfc14ccf36
meson.build: Fix dependency of page-vary-common.c to config-poison.h

Before compiling page-vary-common.c, we have to make sure that
config-poison.h has been generated (which is in the "genh" list).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/948
Message-Id: <20220330114808.942933-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
meson.build