meson: fcft: only major version changes break ABI/API

This commit is contained in:
Daniel Eklöf 2020-05-09 11:20:16 +02:00
parent 0e3bded42d
commit fb4db1f856
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -65,7 +65,7 @@ backend_wayland = wayland_client.found() and wayland_cursor.found() and wlroots.
# "My" dependencies, fallback to subproject # "My" dependencies, fallback to subproject
tllist = dependency('tllist', version: '>=1.0.1', fallback: 'tllist') tllist = dependency('tllist', version: '>=1.0.1', fallback: 'tllist')
fcft = dependency('fcft', version: ['>=2.0.0', '<2.1.0'], fallback: 'fcft') fcft = dependency('fcft', version: ['>=2.0.0', '<3.0.0'], fallback: 'fcft')
add_project_arguments( add_project_arguments(
['-D_GNU_SOURCE'] + ['-D_GNU_SOURCE'] +