summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-04 10:38:17 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-04 10:38:17 +0200
commit2eddf19168d5230877cff574ed548610e8eebc51 (patch)
tree439c3b6047965cfc9d3358a4ef23ff61e91d4c0a /gfx/thebes/moz.build
parentcd1ab47cfd41fabae4fa41ae6bfd040caf8d806f (diff)
downloadUXP-2eddf19168d5230877cff574ed548610e8eebc51.tar
UXP-2eddf19168d5230877cff574ed548610e8eebc51.tar.gz
UXP-2eddf19168d5230877cff574ed548610e8eebc51.tar.lz
UXP-2eddf19168d5230877cff574ed548610e8eebc51.tar.xz
UXP-2eddf19168d5230877cff574ed548610e8eebc51.zip
Issue #325 Part 3: Remove support for using legacy Gecko normalization in gfxHarfBuzzShaper.
Diffstat (limited to 'gfx/thebes/moz.build')
-rw-r--r--gfx/thebes/moz.build10
1 files changed, 4 insertions, 6 deletions
diff --git a/gfx/thebes/moz.build b/gfx/thebes/moz.build
index 227b2b875..e253d7891 100644
--- a/gfx/thebes/moz.build
+++ b/gfx/thebes/moz.build
@@ -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')