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:
Daniel Eklöf 2025-03-13 13:23:25 +01:00
parent 16c384b707
commit a79fd6a7cf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

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

View file

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