mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Disable icu_le shaper
Will add a way to enable it later.
This commit is contained in:
parent
7e6ebf7623
commit
7ae14973ec
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ AM_CONDITIONAL(HAVE_ICU, $have_icu)
|
|||
|
||||
dnl ==========================================================================
|
||||
|
||||
PKG_CHECK_MODULES(ICU_LE, icu-le icu-uc, have_icu_le=true, have_icu_le=false)
|
||||
have_icu_le=false
|
||||
dnl PKG_CHECK_MODULES(ICU_LE, icu-le icu-uc, have_icu_le=true)
|
||||
if $have_icu_le; then
|
||||
AC_DEFINE(HAVE_ICU_LE, 1, [Have ICU Layout Engine library])
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue