wok-current annotate webkitgtk/stuff/webkitgtk-fix-glib-min.patch @ rev 25634
Mass update, new toolchain gcc 8.3.0, glibc 2.28.0
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Jan 14 08:12:37 2024 +0000 (20 months ago) |
parents | |
children |
rev | line source |
---|---|
shann@25634 | 1 --- a/Source/WTF/wtf/Platform.h |
shann@25634 | 2 +++ b/Source/WTF/wtf/Platform.h |
shann@25634 | 3 @@ -479,6 +479,7 @@ |
shann@25634 | 4 #define WTF_USE_HARFBUZZ 1 |
shann@25634 | 5 #define WTF_USE_SOUP 1 |
shann@25634 | 6 #define WTF_USE_WEBP 1 |
shann@25634 | 7 +#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36 |
shann@25634 | 8 #define ENABLE_GLOBAL_FASTMALLOC_NEW 0 |
shann@25634 | 9 #endif |
shann@25634 | 10 |