mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: require fcft-3.3.1
fcft-3.3.0 is not binary compatible with 3.2.x, and earlier.
This commit is contained in:
parent
16c384b707
commit
a79fd6a7cf
2 changed files with 2 additions and 2 deletions
|
|
@ -92,7 +92,7 @@
|
|||
* Auto-detection of URLs (i.e. not OSC-8 based URLs) are now regex
|
||||
based.
|
||||
* Rename Tokyo Night Day theme to Tokyo Night Light and update colors.
|
||||
* fcft >= 3.3.0 is now required.
|
||||
* fcft >= 3.3.1 is now required.
|
||||
- `tweak.scaling-filter` now supports more scaling-filters
|
||||
- scaled bitmap fonts (when enabled in FontConfig) no longer have a
|
||||
scaling-filter applied
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ if utf8proc.found()
|
|||
endif
|
||||
|
||||
tllist = dependency('tllist', version: '>=1.1.0', fallback: 'tllist')
|
||||
fcft = dependency('fcft', version: ['>=3.3.0', '<4.0.0'], fallback: 'fcft')
|
||||
fcft = dependency('fcft', version: ['>=3.3.1', '<4.0.0'], fallback: 'fcft')
|
||||
|
||||
wayland_protocols_datadir = wayland_protocols.get_variable('pkgdatadir')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue