summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine/0005-icu-use-system-library-only-targets.patch
Commit message (Collapse)AuthorAgeFilesLines
* icu: use system library only targetsAndrej Valek2020-07-081-0/+90
- use bundled one for native/v8 internal builds Complete system ICU library using requires ICU dev package be installed on host. Enabling dependency on native package is not enough due to V8 hosttools toolchain. V8 toolchain is not using native sysroot, only a host packages. On the other hand webenegine does not produce external native artifacts. So external system ICU linking is not needed. Signed-off-by: Andrej Valek <andrej.valek@siemens.com>