Open dalpan opened 4 months ago
../subprojects/dbus-gmain/meson.build:107:11: ERROR: Dependency lookup for dbus-1 with method 'pkgconfig' failed: Pkg-config for machine host machine not found. Giving up.
It told you the problem is here.
Googled 2sec: https://stackoverflow.com/questions/61285415/no-package-dbus-1-found
sudo apt install build-essential libdbus-glib-1-dev libgirepository1.0-dev libpython3-dev libdbus-1-dev
pip install dbus-python
Worked for me.
How to fix this ?