install: add -Dgrapheme-clustering to the list of custom meson options

This commit is contained in:
Daniel Eklöf 2021-06-24 17:57:34 +02:00
parent 80c2d9d89d
commit 4a6dea04c2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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 |