From 4a6dea04c2ddf15b64300bc6db37dc7055f91d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 24 Jun 2021 17:57:34 +0200 Subject: [PATCH] install: add -Dgrapheme-clustering to the list of custom meson options --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 8ef3cac1..d51275f3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -131,6 +131,7 @@ Available compile-time options: | Option | Type | Default | Description | Extra dependencies | |-------------------------------|---------|-----------------------|---------------------------------------|--------------------| | `-Dime` | bool | `true` | Enables IME support | None | +| `-Dgrapheme-clustering` | feature | `auto` | Enables grapheme clustering | libutf8proc | | `-Dterminfo` | feature | `auto` | Build terminfo files | `tic` (ncurses) | | `-Dterminfo-install-location` | string | `${datadir}/terminfo` | Where to install the terminfo files | None |