Files
loongoffice/external/harfbuzz
David Tardon a7b9eb7e0f workaround libtool library name subst.
When libtool links a library with another libtool-based library, it
replaces -lfoo by path to installed foo, like $foo-libdir/libfoo.la.
harfbuzz would be installed to /usr/local/lib by default, therefore
libtool replaces -lharfbuzz by /usr/local/lib/libharfbuzz.la in
libfreetype.la, which causes a failure (nonexistent file) when building
fontconfig...

Change-Id: Ie2510034e69803af084dd90671fdbc8f6863fcf2
2017-02-02 16:22:44 +01:00
..
2016-11-17 12:35:52 +02:00
2016-12-30 23:31:48 +00:00

HarfBuzz is an OpenType text shaping engine. From [http://harfbuzz.org/].