You are not logged in.
Hello,
I need to install a package that depends on switchboard-git (https://aur.archlinux.org/packages/switchboard-git/)
However, it seems that this package tries to compile switchboard using CMake, and the compilation now is being done with meson.
In this situation what should I do? I compiled switchboard myself, however the package I'm installing is unable to know that I solved the dependency problem. What's the correct approach?
Thanks.
Last edited by felipeek (2018-08-08 04:34:55)
Offline
You update the PKGBUILD to compile it correctly and use that to create a package that pacman can install so it knows the dependency is met.
Offline
Let the maintainer know that it needs fixed/updated. Fix the PKGBUILD yourself if you can't wait.
Offline
Thanks guys, gonna do that
Offline