summaryrefslogtreecommitdiffstats
path: root/gfx/harfbuzz
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2021-03-30 02:27:37 -0700
committerThomas Groman <tgroman@nuegia.net>2021-03-30 02:27:37 -0700
commitc457666d6d5d478bbe3ca5ff09ae07e061b0ff00 (patch)
treef3273a3ade3841a2f5256a25edb09009fe0ae0e5 /gfx/harfbuzz
parenta0c9e3200470c86563d6eff47156eff24bfd1491 (diff)
downloadUXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.tar
UXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.tar.gz
UXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.tar.lz
UXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.tar.xz
UXP-c457666d6d5d478bbe3ca5ff09ae07e061b0ff00.zip
De-unify gfx
Diffstat (limited to 'gfx/harfbuzz')
-rw-r--r--gfx/harfbuzz/src/moz.build19
1 files changed, 8 insertions, 11 deletions
diff --git a/gfx/harfbuzz/src/moz.build b/gfx/harfbuzz/src/moz.build
index 7ed39aa10..4dd18d254 100644
--- a/gfx/harfbuzz/src/moz.build
+++ b/gfx/harfbuzz/src/moz.build
@@ -26,35 +26,32 @@ EXPORTS.harfbuzz += [
]
SOURCES += [
- 'hb-blob.cc', # error: use of undeclared identifier 'snprintf' (FreeBSD)
- 'hb-common.cc', # error: use of undeclared identifier 'strdup'
- 'hb-ot-math.cc', # conflict with hb-ot-layout.cc
- 'hb-ot-shape-complex-hangul.cc', # error: redefinition of enumerator 'NONE'
- 'hb-ot-shape-complex-indic.cc', # error: redefinition of enumerator 'INIT'
- 'hb-ot-shape-complex-use.cc', # error: redefinition of 'basic_features'
- 'hb-ot-shape.cc', # error: functions that differ only in their return type cannot be overloaded
- 'hb-shape-plan.cc', # error: redefinition of 'hb_ot_shaper_face_data_ensure'
-]
-
-UNIFIED_SOURCES += [
+ 'hb-blob.cc',
'hb-buffer.cc',
+ 'hb-common.cc',
'hb-face.cc',
'hb-fallback-shape.cc',
'hb-font.cc',
'hb-ot-layout.cc',
'hb-ot-map.cc',
+ 'hb-ot-math.cc',
'hb-ot-shape-complex-arabic.cc',
'hb-ot-shape-complex-default.cc',
+ 'hb-ot-shape-complex-hangul.cc',
'hb-ot-shape-complex-hebrew.cc',
'hb-ot-shape-complex-indic-table.cc',
+ 'hb-ot-shape-complex-indic.cc',
'hb-ot-shape-complex-myanmar.cc',
'hb-ot-shape-complex-thai.cc',
'hb-ot-shape-complex-tibetan.cc',
'hb-ot-shape-complex-use-table.cc',
+ 'hb-ot-shape-complex-use.cc',
'hb-ot-shape-fallback.cc',
'hb-ot-shape-normalize.cc',
+ 'hb-ot-shape.cc',
'hb-ot-tag.cc',
'hb-set.cc',
+ 'hb-shape-plan.cc',
'hb-shape.cc',
'hb-shaper.cc',
'hb-unicode.cc',