https://bugs.winehq.org/show_bug.cgi?id=48833
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- (In reply to bno1 from comment #3)
(In reply to Zebediah Figura from comment #2)
It's not a hard dependency; it's just a side effect of the two patches touching the same code. It should be easy to manually rebase. (In fact, I think `git am -C1` could achieve this. The new ./staging/patchinstall.py script, although still under construction, has an option to use that as a backend.)
It looks like that backend is not implemented. Anyway, I will just drop the wine-staging commits that introduce those changes for my local repo, thanks.
If you have the time, would you mind testing the script again after f36c844f11? Note you'd want "--backend=git-am-C1". Just trying to flesh out the new script and make sure it works ;-)