Closed PTrottier closed 2 years ago
Ah, good point, the libdbus dependency should be mentioned here. Though I think as currently implemented it shouldn't require libdbus-glib-1-dev
, but only libdbus-1-dev
.
Though I think as currently implemented it shouldn't require
libdbus-glib-1-dev
, but onlylibdbus-1-dev
.
Just tested for this, that's correct. I'll make a new commit
Once we switch to zbus it won't even require libdbus at all.
This is another dependency I needed to successfully build.
Addresses #165