mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Added patch to enable second version of wined3d with STAGING_CSMT enabled.
This commit is contained in:
parent
5c6cef5ac8
commit
2971d1f90b
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)
|
||||
|
||||
|
@ -1845,14 +1845,17 @@ winebuild-LinkerVersion.ok:
|
||||
# Patchset wined3d-CSMT_Helper
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/ddraw/surface.c, dlls/wined3d/resource.c, dlls/wined3d/surface.c, dlls/wined3d/volume.c, dlls/wined3d/wined3d.spec,
|
||||
# | dlls/wined3d/wined3d_private.h, include/wine/wined3d.h
|
||||
# | * configure, configure.ac, dlls/ddraw/surface.c, dlls/wined3d-csmt/Makefile.in, dlls/wined3d-csmt/version.rc, dlls
|
||||
# | /wined3d-csmt/wined3d-csmt.spec, dlls/wined3d/resource.c, dlls/wined3d/surface.c, dlls/wined3d/volume.c,
|
||||
# | dlls/wined3d/wined3d.spec, dlls/wined3d/wined3d_private.h, include/wine/wined3d.h
|
||||
# |
|
||||
.INTERMEDIATE: wined3d-CSMT_Helper.ok
|
||||
wined3d-CSMT_Helper.ok:
|
||||
wined3d-CSMT_Helper.ok: wined3d-DXTn.ok
|
||||
$(call APPLY_FILE,wined3d-CSMT_Helper/0001-wined3d-Merge-get_pitch-functions.patch)
|
||||
$(call APPLY_FILE,wined3d-CSMT_Helper/0002-wined3d-Add-second-dll-with-STAGING_CSMT-definition-.patch)
|
||||
@( \
|
||||
echo '+ { "Stefan Dösinger", "wined3d: Merge get_pitch functions.", 1 },'; \
|
||||
echo '+ { "Sebastian Lackner", "wined3d: Add second dll with STAGING_CSMT definition set.", 1 },'; \
|
||||
) > wined3d-CSMT_Helper.ok
|
||||
|
||||
# Patchset wined3d-CSMT_Main
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
||||
Depends: wined3d-DXTn
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user