meson/PKGBUILD: font kerning requires fcft >= 0.4.2

This commit is contained in:
Daniel Eklöf 2020-01-18 09:27:32 +01:00
parent b644c75586
commit 54a31f8745
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ backend_wayland = wayland_client.found() and wayland_cursor.found() and wlroots.
# "My" dependencies, fallback to subproject
tllist = dependency('tllist', version: '>=1.0.0', fallback: ['tllist', 'tllist'])
fcft = dependency('fcft', version: ['>=0.4.0', '<0.5.0'], fallback: ['fcft', 'fcft'])
fcft = dependency('fcft', version: ['>=0.4.2', '<0.5.0'], fallback: ['fcft', 'fcft'])
add_project_arguments(
['-D_GNU_SOURCE'] +