fcft: adapt to API changes in fcft-3.x

This commit is contained in:
Daniel Eklöf 2021-09-03 20:44:22 +02:00
parent 4fea561c6c
commit ff238e62ba
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
11 changed files with 131 additions and 21 deletions

View file

@ -71,7 +71,7 @@ backend_wayland = wayland_client.found() and wayland_cursor.found()
# "My" dependencies, fallback to subproject
tllist = dependency('tllist', version: '>=1.0.1', fallback: 'tllist')
fcft = dependency('fcft', version: ['>=2.4.0', '<3.0.0'], fallback: 'fcft')
fcft = dependency('fcft', version: ['>=3.0.0', '<4.0.0'], fallback: 'fcft')
add_project_arguments(
['-D_GNU_SOURCE'] +
@ -111,6 +111,7 @@ version = custom_target(
yambar = executable(
'yambar',
'char32.c', 'char32.h',
'color.h',
'config-verify.c', 'config-verify.h',
'config.c', 'config.h',