spiegel-keyman/core/subprojects
Steven R. Loomis 960a55949e feat(core): icu build fix 🙀
- correctly disable some ICU features

For: #9121
2023-08-11 17:56:15 -05:00
..
packagefiles/icu feat(core): icu build fix 🙀 2023-08-11 17:56:15 -05:00
.gitignore feat(core): icu integration escapade 🙀 2023-03-30 18:16:06 -05:00
icu-minimal.wrap feat(core): update icu dependencies 🙀 2023-08-08 18:45:03 -05:00
README.md doc(core): Update core/subprojects/README.md 2023-04-24 10:33:45 -05:00

core/subprojects

What's this? What is this?

  • These are subprojects accessible to the core meson project.

icu

  • When building for Linux, ICU must already be installed. The system ICU will be used instead of the subproject.
  • Patches for icu (i.e. meson build files) are in packagefiles/icu
  • It would be preferable to use meson's wrapdb, and in fact the patchfiles here are sourced from that project.
  • However, having our own patchfiles allows for slimming down ICU, at least until the wrapdb version is more configurable mesonbuild/wrapdb#950