meson/PKGBUILD: bump fcft required version to 1.2.0

This commit is contained in:
Daniel Eklöf 2020-02-08 14:10:18 +01:00
parent 7ca8f85cd0
commit a96341368d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ wayland_cursor = dependency('wayland-cursor')
xkb = dependency('xkbcommon')
tllist = dependency('tllist', version: '>=1.0.0', fallback: ['tllist', 'tllist'])
fcft = dependency('fcft', version: ['>=1.1.0', '<1.2.0'], fallback: ['fcft', 'fcft'])
fcft = dependency('fcft', version: ['>=1.2.0', '<1.3.0'], fallback: ['fcft', 'fcft'])
wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')