Skip to content

cmake: Correct DBUS_{SYSTEM,SESSION}_CONFIG_FILE on UNIX systems

We always install to a dbus-1 subdir, but the path encoded in the binary was missing the dbus-1/ subdirectory, so we end up getting errors when trying to load it.

Merge request reports