The gtk plugin has some dependencies which we should bundle, most notably patchelf and pkgconf. This way, we don't need to have users install random versions of the tools (mostly important for patchelf).
For patchelf, an alternative solution would be to have linuxdeploy set an environment variable to its own patchelf binary that the plugin reads and uses if available.