mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1402862 - Remove ENABLE_INTL_API conditional from gfx build files. r=milan
This commit is contained in:
parent
ce97b2d154
commit
7866196811
@ -31,7 +31,7 @@ DIRS += [
|
||||
if CONFIG['MOZ_ENABLE_SKIA']:
|
||||
DIRS += ['skia']
|
||||
|
||||
if CONFIG['MOZ_ENABLE_SKIA_PDF_SFNTLY'] and CONFIG['ENABLE_INTL_API']:
|
||||
if CONFIG['MOZ_ENABLE_SKIA_PDF_SFNTLY']:
|
||||
DIRS += ['sfntly/cpp/src']
|
||||
|
||||
if CONFIG['ENABLE_TESTS']:
|
||||
|
@ -101,7 +101,7 @@ elif CONFIG['CPU_ARCH'] == 'aarch64' and CONFIG['GNU_CC']:
|
||||
|
||||
DEFINES['SKIA_IMPLEMENTATION'] = 1
|
||||
|
||||
if CONFIG['MOZ_ENABLE_SKIA_PDF_SFNTLY'] and CONFIG['ENABLE_INTL_API']:
|
||||
if CONFIG['MOZ_ENABLE_SKIA_PDF_SFNTLY']:
|
||||
DEFINES['SK_PDF_USE_SFNTLY'] = 1
|
||||
|
||||
if not CONFIG['MOZ_ENABLE_SKIA_GPU']:
|
||||
|
@ -743,7 +743,7 @@ elif CONFIG['CPU_ARCH'] == 'aarch64' and CONFIG['GNU_CC']:
|
||||
|
||||
DEFINES['SKIA_IMPLEMENTATION'] = 1
|
||||
|
||||
if CONFIG['MOZ_ENABLE_SKIA_PDF_SFNTLY'] and CONFIG['ENABLE_INTL_API']:
|
||||
if CONFIG['MOZ_ENABLE_SKIA_PDF_SFNTLY']:
|
||||
DEFINES['SK_PDF_USE_SFNTLY'] = 1
|
||||
|
||||
if not CONFIG['MOZ_ENABLE_SKIA_GPU']:
|
||||
|
Loading…
Reference in New Issue
Block a user