capicxx-dbus-runtime
capicxx-dbus-runtime copied to clipboard
Check if correct dbus library is found during cmake phase not
We can determine if correct DBus library (patched one) has been found during CMake phase and give a nice error to the user rather than having a compiler error.
This patch only checks if dbus_connection_send_with_reply_set_notify function is present in dbus headers, but this can be easily extended to check for all patches that are needed.