meson/pkgbuild: bump fcft requirement to 2.3.0

This commit is contained in:
Daniel Eklöf 2020-09-18 21:03:40 +02:00
parent fcb2beebda
commit 8dd358a8f4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ xkb = dependency('xkbcommon')
fontconfig = dependency('fontconfig')
tllist = dependency('tllist', version: '>=1.0.4', fallback: 'tllist')
fcft = dependency('fcft', version: ['>=2.2.90', '<3.0.0'], fallback: 'fcft')
fcft = dependency('fcft', version: ['>=2.3.0', '<3.0.0'], fallback: 'fcft')
wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')