polybar-spotify-module
polybar-spotify-module copied to clipboard
make: pkg-config: No such file or directory
I followed all of the instructions, but after running sudo make install I get this:
$ sudo make install
Password:
make: pkg-config: No such file or directory
mkdir -p ../obj
gcc -c -o ../obj/utils.o utils.c -ldbus-1
In file included from utils.c:1:
../include/utils.h:4:10: fatal error: dbus-1.0/dbus/dbus.h: No such file or directory
4 | #include <dbus-1.0/dbus/dbus.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:73: ../obj/utils.o] Error 1
Same error on Fedora 35.. But i guess this project is dead.