pop-os / popsicle

Multiple USB File Flasher
MIT License
633 stars 76 forks source link

Add D-Bus dependency #173

Closed PTrottier closed 2 years ago

PTrottier commented 2 years ago

This is another dependency I needed to successfully build.

Addresses #165

ids1024 commented 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.

PTrottier commented 2 years ago

Though I think as currently implemented it shouldn't require libdbus-glib-1-dev, but only libdbus-1-dev.

Just tested for this, that's correct. I'll make a new commit

mmstick commented 2 years ago

Once we switch to zbus it won't even require libdbus at all.