[icu] Disable layoutex feature (#13991)

This feature requires icu-le-hb which is not provided by vcpkg. When
this package is otherwise available on the system the build will fail as
the pkg-config file pulls the dependency from the system.
This commit is contained in:
Pierre Gergondet 2020-10-16 06:38:23 +08:00 committed by GitHub
parent c2b6e8abb2
commit 7dde05990f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Source: icu
Version: 67.1
Port-Version: 4
Port-Version: 5
Homepage: http://icu-project.org/apiref/icu4c/
Description: Mature and widely used Unicode and localization library.
Supports: !(arm|uwp)

View File

@ -25,7 +25,7 @@ vcpkg_extract_source_archive_ex(
vcpkg_find_acquire_program(PYTHON3)
set(ENV{PYTHON} "${PYTHON3}")
set(CONFIGURE_OPTIONS "--disable-samples --disable-tests")
set(CONFIGURE_OPTIONS "--disable-samples --disable-tests --disable-layoutex")
if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
set(CONFIGURE_OPTIONS "${CONFIGURE_OPTIONS} --disable-static --enable-shared")