meson: require fcft 0.2.0

This commit is contained in:
Daniel Eklöf 2019-12-01 19:25:15 +01:00
parent 644f114909
commit b3334444bb
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -26,7 +26,7 @@ wayland_cursor = dependency('wayland-cursor')
xkb = dependency('xkbcommon')
tllist = dependency('tllist', version: '>=1.0.0', fallback: ['tllist', 'tllist'])
fcft = dependency('fcft', version: ['>=0.1.0', '<0.2.0'], fallback: ['fcft', 'fcft'])
fcft = dependency('fcft', version: ['>=0.2.0', '<0.3.0'], fallback: ['fcft', 'fcft'])
wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')