Skip to content
Snippets Groups Projects
Commit bb2dc4b7 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 0e902f59
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment