wok-current diff webkitgtk/stuff/webkitgtk-fix-platform-graphics.patch @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/webkitgtk/stuff/webkitgtk-fix-platform-graphics.patch	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- a/Source/WebCore/platform/graphics/SegmentedFontData.cpp
     1.5 ++++ b/Source/WebCore/platform/graphics/SegmentedFontData.cpp
     1.6 +@@ -60,7 +60,7 @@
     1.7 + {
     1.8 +     UChar32 c;
     1.9 +     for (int i = 0; i < length; ) {
    1.10 +-        U16_NEXT(characters, i, length, c)
    1.11 ++        U16_NEXT(characters, i, length, c);
    1.12 +         if (!containsCharacter(c))
    1.13 +             return false;
    1.14 +     }