diff options
author | Paolo Bonzini | 2022-09-30 09:53:02 +0200 |
---|---|---|
committer | Paolo Bonzini | 2022-10-01 21:16:29 +0200 |
commit | bb2dc4b73a30613216c048fe2a6551e011d1c963 (patch) | |
tree | 184f2d5498b8d95501b6aff3430751914a89e973 /configure | |
parent | ui: fix path to dbus-display1.h (diff) | |
download | qemu-bb2dc4b73a30613216c048fe2a6551e011d1c963.tar.gz qemu-bb2dc4b73a30613216c048fe2a6551e011d1c963.tar.xz qemu-bb2dc4b73a30613216c048fe2a6551e011d1c963.zip |
meson: -display dbus and CFI are incompatible
The generated skeletons for DBus call the finalize method of the parent
type using code like
G_OBJECT_CLASS (qemu_dbus_display1_chardev_skeleton_parent_class)->finalize (object);
However, the finalize method is defined in a shared library that is not
compiled with CFI. Do not enable anything that uses gdbus-codegen if
--enable-cfi was specified.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions