You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Added patch to enable second version of wined3d with STAGING_CSMT enabled.
This commit is contained in:
3
debian/tools/patchupdate.py
vendored
3
debian/tools/patchupdate.py
vendored
@@ -503,8 +503,7 @@ def resolve_dependencies(all_patches, index):
|
||||
|
||||
# Recusively resolve dependencies
|
||||
all_patches[i].verify_resolved = -1
|
||||
for sub_depends in all_patches[i].depends:
|
||||
_resolve(sub_depends)
|
||||
_resolve(all_patches[i].depends)
|
||||
all_patches[i].verify_resolved = 1
|
||||
resolved.append(i)
|
||||
|
||||
|
Reference in New Issue
Block a user