uxtheme-GTK_Theming: Add dependency on loader redirect support.

This commit is contained in:
Sebastian Lackner 2015-08-22 17:15:38 +02:00
parent f99ef3c9eb
commit 9660c304bc
2 changed files with 11 additions and 0 deletions

View File

@ -1672,6 +1672,13 @@ if test "$enable_wined3d_CSMT_Helper" -eq 1; then
enable_wined3d_DXTn=1
fi
if test "$enable_uxtheme_GTK_Theming" -eq 1; then
if test "$enable_ntdll_DllRedirects" -gt 1; then
abort "Patchset ntdll-DllRedirects disabled, but uxtheme-GTK_Theming depends on that."
fi
enable_ntdll_DllRedirects=1
fi
if test "$enable_shell32_SHFileOperation" -eq 1; then
if test "$enable_shell32_Progress_Dialog" -gt 1; then
abort "Patchset shell32-Progress_Dialog disabled, but shell32-SHFileOperation depends on that."
@ -5033,6 +5040,9 @@ fi
# Patchset uxtheme-GTK_Theming
# |
# | This patchset has the following (direct or indirect) dependencies:
# | * ntdll-Loader_Machine_Type, ntdll-DllRedirects
# |
# | Modified files:
# | * aclocal.m4, configure.ac, dlls/uxtheme-gtk/Makefile.in, dlls/uxtheme-gtk/button.c, dlls/uxtheme-gtk/combobox.c, dlls
# | /uxtheme-gtk/edit.c, dlls/uxtheme-gtk/header.c, dlls/uxtheme-gtk/listbox.c, dlls/uxtheme-gtk/listview.c, dlls/uxtheme-

View File

@ -2,6 +2,7 @@
# sha1: ecbca8e848834180092d9078be0762a60617fcd7
Fixes: Add support for GTK3 theming
Depends: ntdll-DllRedirects
# Known issues:
# https://bugs.wine-staging.com/show_bug.cgi?id=504