You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.