meson: fcft-3.0.0 is buggy, require 3.0.1

Fcft-3.0.0 is known to cause crashes. We don’t want anyone ever
compiling foot against it.

Closes #935
This commit is contained in:
Daniel Eklöf 2022-02-09 21:48:34 +01:00
parent ee840a308a
commit 990a15250a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -90,7 +90,7 @@ if utf8proc.found()
endif
tllist = dependency('tllist', version: '>=1.0.4', fallback: 'tllist')
fcft = dependency('fcft', version: ['>=3.0.0', '<4.0.0'], fallback: 'fcft')
fcft = dependency('fcft', version: ['>=3.0.1', '<4.0.0'], fallback: 'fcft')
wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')