From 7dde05990ff71efe425a4df1014787b2cb78b60c Mon Sep 17 00:00:00 2001 From: Pierre Gergondet Date: Fri, 16 Oct 2020 06:38:23 +0800 Subject: [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. --- ports/icu/CONTROL | 2 +- ports/icu/portfile.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/icu/CONTROL b/ports/icu/CONTROL index 6ca647cad..9624e639b 100644 --- a/ports/icu/CONTROL +++ b/ports/icu/CONTROL @@ -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) diff --git a/ports/icu/portfile.cmake b/ports/icu/portfile.cmake index 49c87bfdd..17296c740 100644 --- a/ports/icu/portfile.cmake +++ b/ports/icu/portfile.cmake @@ -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") -- cgit v1.2.3