Created attachment 7201 Fix for subject issue. Today I ran into an issue that ristretto wasn't able to find <dbus/dbus-glib.h>. Somehow this might be related that some other metapackage has provided inclusion of the missing libraries and include paths. Somehow after digging into the makefiles, I deteced that the DBUS* macros are resolved and found. But the Makefiles forgot to include them into the global list of CFLAGS and LDFLAGS. So it's detected but not embedded and thus not found. The following patch solves the situation.
Thank you, but for your information, Ristretto is on the way to gdbus with #13679
Yep! I'm aware of this. But needs to be fixed nonetheless.
Tried the patch from #13679 and that's definately the better choice (at least for my case). Thanks again for the hint.
Thank you for your tests. Hopefully the gdbus port will be merged soon :)
I've just merged 13679. Thanks for raising this up! *** This bug has been marked as a duplicate of bug 13679 ***