Skip to content

main/anbox: Get sd-bus from elogind

Grant Miller requested to merge wip/anbox-libelogind into feature/anbox

As I noted here, Anbox now uses libsystemd's sd-bus. I think it is possible to get sd-bus from elogind instead, which should be easier to package.

Current status

Building Anbox fails at the linking stage with a bunch of errors about undefined reference to sd_bus_*. I may have missed something when packaging elogind.

Anbox successfully compiles!

Edited by Grant Miller

Merge request reports