meson: require fcft >= 2.4

This commit is contained in:
Daniel Eklöf 2021-05-07 11:31:33 +02:00
parent 8cb95018c0
commit 96ae2d2bd7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 3 additions and 1 deletions

View file

@ -42,6 +42,8 @@
### Changed
* [fcft](https://codeberg.org/dnkl/fcft): required version bumped from
2.3.x to 2.4.x.
* `generate-alt-random-writes.py --sixel`: width and height of emitted
sixels has been adjusted.
* _Concealed_ text (`\E[8m`) is now revealed when highlighted.

View file

@ -73,7 +73,7 @@ xkb = dependency('xkbcommon', version: '>=1.0.0')
fontconfig = dependency('fontconfig')
tllist = dependency('tllist', version: '>=1.0.4', fallback: 'tllist')
fcft = dependency('fcft', version: ['>=2.3.90', '<3.0.0'], fallback: 'fcft')
fcft = dependency('fcft', version: ['>=2.4.0', '<3.0.0'], fallback: 'fcft')
tic = find_program('tic', native: true, required: get_option('terminfo'))
if tic.found()