mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
opencl-Deprecation: Always apply before all other patches.
This commit is contained in:
parent
b3e0c26b34
commit
a4e76e0849
1
patches/opencl-Deprecation/definition
Normal file
1
patches/opencl-Deprecation/definition
Normal file
@ -0,0 +1 @@
|
||||
Apply-Before: *
|
@ -2001,6 +2001,18 @@ if test "$enable_patchlist" -eq 1; then
|
||||
fi
|
||||
|
||||
|
||||
# Patchset opencl-Deprecation
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/opencl/opencl.c
|
||||
# |
|
||||
if test "$enable_opencl_Deprecation" -eq 1; then
|
||||
patch_apply opencl-Deprecation/0001-opencl-Avoid-deprecation-warning-for-OpenCL-1.2-APIs.patch
|
||||
(
|
||||
echo '+ { "Sebastian Lackner", "opencl: Avoid deprecation warning for OpenCL 1.2 APIs.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset Compiler_Warnings
|
||||
# |
|
||||
# | Modified files:
|
||||
@ -4342,18 +4354,6 @@ if test "$enable_openal32_EFX_Extension" -eq 1; then
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset opencl-Deprecation
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/opencl/opencl.c
|
||||
# |
|
||||
if test "$enable_opencl_Deprecation" -eq 1; then
|
||||
patch_apply opencl-Deprecation/0001-opencl-Avoid-deprecation-warning-for-OpenCL-1.2-APIs.patch
|
||||
(
|
||||
echo '+ { "Sebastian Lackner", "opencl: Avoid deprecation warning for OpenCL 1.2 APIs.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset opengl32-Revert_Disable_Ext
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
|
Loading…
Reference in New Issue
Block a user