Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5ef533b

Browse files
committed
[[ libharfbuff ]] Compile libharfbuzz with FreeType support for Android
This patch enables compiling of libharfbuzz for Android with support for FreeType fonts
1 parent 04f39c0 commit 5ef533b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libharfbuzz/libharfbuzz.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'dependencies':
2121
[
2222
'../../prebuilt/libicu.gyp:libicu_include',
23+
'../libfreetype/libfreetype.gyp:libfreetype',
2324
],
2425

2526
'defines':
@@ -45,6 +46,7 @@
4546
'src/hb-fallback-shape.cc',
4647
'src/hb-face.cc',
4748
'src/hb-font.cc',
49+
'src/hb-ft.cc',
4850
'src/hb-icu.cc',
4951
'src/hb-ot-layout.cc',
5052
'src/hb-ot-map.cc',

0 commit comments

Comments
 (0)