Don't reinstall dependencies if they are already installed.
Arch Linux's `pacman -S` reinstalls packages that are already installed,
unless the option `--needed` is provided.
A user that wants to build godot probably doesn't want to reinstall their
GCC compiler and all the other stuff listed in the command.