]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: re-generate scripts/meson-buildoptions.sh to fix IGVM entry
authorStefano Garzarella <sgarzare@redhat.com>
Thu, 17 Jul 2025 13:12:56 +0000 (15:12 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Jul 2025 15:18:40 +0000 (17:18 +0200)
commite00cb2189a920bcfb428622c5d112469c4a094d1
treeccf8862640d3bfecc9d25550a857d0b757cccfa6
parente52af92e9e6f8fc00f2ae6b63214b3d6213b3cec
meson: re-generate scripts/meson-buildoptions.sh to fix IGVM entry

Commit 84fe49d94a ("meson: Add optional dependency on IGVM library")
was inconsistent with the contents of meson_options.txt and the one
generated in scripts/meson-buildoptions.sh

Let's regenerate the file in this way to keep them consistent and prevent
future changes from including the spurious diff:

    touch meson_options.txt
    make update-buildoptions

Fixes: 84fe49d94a ("meson: Add optional dependency on IGVM library")
Cc: roy.hopkins@randomman.co.uk
Reported-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20250717131256.157383-1-sgarzare@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/meson-buildoptions.sh