mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Issue #325 Part 3: Remove support for using legacy Gecko normalization in gfxHarfBuzzShaper.
This commit is contained in:
parent
6008e3c1f5
commit
cbc1d586e1
2 changed files with 6 additions and 34 deletions
|
|
@ -223,12 +223,10 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
|
|||
'DeviceManagerDx.cpp',
|
||||
]
|
||||
|
||||
# We prefer to use ICU for normalization functions, but currently it is only
|
||||
# available if we're building with the Intl API enabled:
|
||||
if CONFIG['ENABLE_INTL_API']:
|
||||
USE_LIBS += [
|
||||
'icu',
|
||||
]
|
||||
# We use ICU for normalization functions
|
||||
USE_LIBS += [
|
||||
'icu',
|
||||
]
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue