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
winex11-Limited_Resolutions: Temporarily disable patchset.
The patchset itself should be fine, but statically linking against libXNVCtrl might be problematic because of the different license. Moreover, on Debian it is even a bit more complicated because a dynamic library is provided. Since we do not want to have a fixed dependency on Nvidia-specific packages (winex11 would depend on it) we will have to investigate this a bit more...
This commit is contained in:
@@ -210,7 +210,6 @@ patch_enable_all ()
|
||||
enable_winepulse_PulseAudio_Support="$1"
|
||||
enable_winex11_CandidateWindowPos="$1"
|
||||
enable_winex11_Clipboard_HTML="$1"
|
||||
enable_winex11_Limited_Resolutions="$1"
|
||||
enable_winex11_Thread_Data="$1"
|
||||
enable_winex11_Window_Groups="$1"
|
||||
enable_winex11_Window_Style="$1"
|
||||
@@ -674,9 +673,6 @@ patch_enable ()
|
||||
winex11-Clipboard_HTML)
|
||||
enable_winex11_Clipboard_HTML="$2"
|
||||
;;
|
||||
winex11-Limited_Resolutions)
|
||||
enable_winex11_Limited_Resolutions="$2"
|
||||
;;
|
||||
winex11-Thread_Data)
|
||||
enable_winex11_Thread_Data="$2"
|
||||
;;
|
||||
@@ -4164,23 +4160,6 @@ if test "$enable_winex11_Clipboard_HTML" -eq 1; then
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset winex11-Limited_Resolutions
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#34348] Some NVIDIA cards report fake refresh rates
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * configure.ac, dlls/winex11.drv/xrandr.c
|
||||
# |
|
||||
if test "$enable_winex11_Limited_Resolutions" -eq 1; then
|
||||
patch_apply winex11-Limited_Resolutions/0001-winex11-Display-a-helpful-warning-when-Dynamic-TwinV.patch
|
||||
patch_apply winex11-Limited_Resolutions/0002-winex11-Return-the-actual-refresh-rate-for-NVIDIA-ca.patch
|
||||
(
|
||||
echo '+ { "Erich E. Hoover", "winex11: Display a helpful warning when Dynamic TwinView is enabled.", 1 },';
|
||||
echo '+ { "Erich E. Hoover", "winex11: Return the actual refresh rate for NVIDIA cards with Dynamic TwinView enabled.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset winex11-Thread_Data
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
|
@@ -1 +1,2 @@
|
||||
Fixes: [34348] Some NVIDIA cards report fake refresh rates
|
||||
# Fixes: [34348] Some NVIDIA cards report fake refresh rates
|
||||
Disabled: true
|
||||
|
Reference in New Issue
Block a user