]> git.proxmox.com Git - mirror_qemu.git/commit
meson.build: Use a function from libfdt 1.5.1 for the library check
authorThomas Huth <thuth@redhat.com>
Tue, 18 Jan 2022 17:05:48 +0000 (18:05 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 27 Jan 2022 11:08:53 +0000 (12:08 +0100)
commitde47b0ff40cae050a1ab674d7f4f097c12c527c6
tree4075ab2a6a38ff2662069957fd96401fddec2dc8
parent1206a1ec59e06f0107e40713d63e232135ea577e
meson.build: Use a function from libfdt 1.5.1 for the library check

The fdt version test in meson.build uses a function from libfdt v1.4.7,
but we require version 1.5.1 nowadays. Thus use a function that has
been introduced in that version instead.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/822
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220118170548.97288-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson.build