Closed Th3Whit3Wolf closed 5 years ago
I'm not familiar with "void linux", but what is the output if you run
pkg-config --libs --cflags dbus-1 >= 1.6
...in a terminal? Do you have both development headers of libdbus installed as well as pkg-config
? Maybe this can give you a hint of what needs installing.
Well this is embarassing... It appears I forgot to install pkg-config and jumped to conclusions. Sorry for wasting your time and thank you for responding so quickly!
I am an unable to build i3-status-rust, While building I get an error
I am building on Void Linux (a non-systemd distro) with dbus-elogind(v 1.12.12) installed. i3-status-rust requires a minimum version of 1.6
I have tried installing dbus(v 1.12.12) and got the same results as with dbus-elogind