meson: we now require fcft 2.0.x

This commit is contained in:
Daniel Eklöf 2020-04-23 11:24:54 +02:00
parent 144280ba17
commit c5212694c1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -58,7 +58,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.1', '<1.2.0'], fallback: ['fcft', 'fcft'])
fcft = dependency('fcft', version: ['>=2.0.0', '<2.1.0'], fallback: ['fcft', 'fcft'])
wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')