]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: do not add qemuutil to Rust crates
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 Oct 2025 12:31:13 +0000 (14:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Nov 2025 16:13:25 +0000 (17:13 +0100)
commit02d6b8cfd30b2da0a58a67206e9e48119b815731
tree213cfabb55e0edee329f5e3662f0d3a62922d76e
parent8abea41ecd9fe5614f39226c04600b177eb94b52
rust: do not add qemuutil to Rust crates

This fails due to https://github.com/mesonbuild/meson/pull/15076.
The config-host.h file from the qemuutil dependency ends up on the
rustc command line for targets that do not use structured sources.

It will be reverted once Meson 1.9.2 is released.

Reported-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/chardev/meson.build
rust/util/meson.build