meson: require fcft 0.4.x

This commit is contained in:
Daniel Eklöf 2019-12-05 19:33:31 +01:00
parent 434da5cc27
commit cbef66ac07
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -23,7 +23,7 @@ wayland_cursor = dependency('wayland-cursor')
xkb = dependency('xkbcommon')
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'])
wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')