mirror of
https://github.com/imputnet/helium.git
synced 2026-08-20 00:57:32 +02:00
Add fix-icu-tangut.patch
This commit is contained in:
@@ -13,3 +13,4 @@ debian/system/event.patch
|
||||
opensuse/fix-kernel-user-namespace-crash.patch
|
||||
|
||||
ungoogled-chromium/linux/disable-ffmpeg-av1-codec.patch
|
||||
ungoogled-chromium/linux/fix-icu-tangut.patch
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
# Remove references to Tangut Unicode Block constants
|
||||
# This fixes building with older system icu libraries
|
||||
|
||||
--- a/third_party/WebKit/Source/platform/text/Character.cpp
|
||||
+++ b/third_party/WebKit/Source/platform/text/Character.cpp
|
||||
@@ -227,8 +227,6 @@ bool Character::CanTextDecorationSkipInk
|
||||
case UBLOCK_HANGUL_JAMO_EXTENDED_A:
|
||||
case UBLOCK_HANGUL_JAMO_EXTENDED_B:
|
||||
case UBLOCK_LINEAR_B_IDEOGRAMS:
|
||||
- case UBLOCK_TANGUT:
|
||||
- case UBLOCK_TANGUT_COMPONENTS:
|
||||
return false;
|
||||
default:
|
||||
return true;
|
||||
Reference in New Issue
Block a user