LetsTrust icon indicating copy to clipboard operation
LetsTrust copied to clipboard

gdbus-codegen is not found

Open mcr opened this issue 5 years ago • 0 comments

despite /usr/bin/gdbus-codegen exising, the ./configure did not find it, as it uses pkg_config in some way that I didn't understand.

I had to do:

GDBUS_CODEGEN=/usr/bin/gdbus-codegen ./configure --with-dbuspolicydir=/etc/dbus-1/system.d --with-systemdsystemunitdir=/lib/systemd/system --with-systemdpresetdir=/lib/systemd/system-preset --datarootdir=/usr/share

mcr avatar Feb 18 '20 13:02 mcr