PKGBUILD/meson: require fcft 0.4.x

This commit is contained in:
Daniel Eklöf 2019-12-05 19:40:23 +01:00
parent 4a50dba46b
commit d4201723a6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ depends=(
'libudev.so'
'json-c'
'libmpdclient'
'fcft>=0.3.0')
'fcft>=0.4.0')
optdepends=('xcb-util-errors: better X error messages')
source=()

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.3.0', '<0.4.0'], fallback: ['fcft', 'fcft'])
fcft = dependency('fcft', version: ['>=0.4.0', '<0.5.0'], fallback: ['fcft', 'fcft'])
add_project_arguments(
['-D_GNU_SOURCE'] +