uxtheme-GTK_Theming: Depend on uxtheme-CloseThemeClass.

This commit is contained in:
Zebediah Figura 2019-09-18 20:35:15 -05:00
parent 1e58aad446
commit ccdf3d98ff
2 changed files with 11 additions and 1 deletions

View File

@ -1642,6 +1642,13 @@ if test "$enable_windowscodecs_TIFF_Support" -eq 1; then
enable_windowscodecs_GIF_Encoder=1
fi
if test "$enable_uxtheme_GTK_Theming" -eq 1; then
if test "$enable_uxtheme_CloseThemeClass" -gt 1; then
abort "Patchset uxtheme-CloseThemeClass disabled, but uxtheme-GTK_Theming depends on that."
fi
enable_uxtheme_CloseThemeClass=1
fi
if test "$enable_stdole32_tlb_SLTG_Typelib" -eq 1; then
if test "$enable_widl_SLTG_Typelib_Support" -gt 1; then
abort "Patchset widl-SLTG_Typelib_Support disabled, but stdole32.tlb-SLTG_Typelib depends on that."
@ -6376,6 +6383,9 @@ fi
# Patchset uxtheme-GTK_Theming
# |
# | This patchset has the following (direct or indirect) dependencies:
# | * uxtheme-CloseThemeClass
# |
# | Modified files:
# | * configure.ac, dlls/uxtheme/Makefile.in, dlls/uxtheme/buffer.c, dlls/uxtheme/draw.c, 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,

View File

@ -1,4 +1,4 @@
# based on https://github.com/akulinchev/uxthemegtk
# sha1: ecbca8e848834180092d9078be0762a60617fcd7
Depends: uxtheme-CloseThemeClass
Fixes: Add support for GTK3 theming