Default to --with-harfbuzz
* configure.ac: By default, configure with HarfBuzz if available.
This commit is contained in:
parent
a7214683be
commit
0cf5d63000
2 changed files with 5 additions and 1 deletions
|
@ -358,7 +358,7 @@ OPTION_DEFAULT_ON([imagemagick],[don't compile with ImageMagick image support])
|
|||
OPTION_DEFAULT_ON([json], [don't compile with native JSON support])
|
||||
|
||||
OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts])
|
||||
OPTION_DEFAULT_OFF([harfbuzz],[use HarfBuzz for text shaping (experimental)])
|
||||
OPTION_DEFAULT_ON([harfbuzz],[don't use HarfBuzz for text shaping])
|
||||
OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support])
|
||||
OPTION_DEFAULT_ON([m17n-flt],[don't use m17n-flt for text shaping])
|
||||
|
||||
|
|
4
etc/NEWS
4
etc/NEWS
|
@ -30,6 +30,10 @@ arranges for the included mini-gmp library to be built and used.
|
|||
The new 'configure' option '--without-libgmp' uses mini-gmp even if a
|
||||
suitable libgmp is available.
|
||||
|
||||
** The new configure option '--with-harfbuzz' adds support for the
|
||||
HarfBuzz text shaping engine. It is on by default; use './configure
|
||||
--without-harfbuzz' to build without it.
|
||||
|
||||
** The new configure option '--with-json' adds support for JSON using
|
||||
the Jansson library. It is on by default; use './configure
|
||||
--with-json=no' to build without Jansson support. The new JSON
|
||||
|
|
Loading…
Add table
Reference in a new issue