mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: require fcft >= 2.4
This commit is contained in:
parent
8cb95018c0
commit
96ae2d2bd7
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue