meson: fcft: version must be 0.1.x

This commit is contained in:
Daniel Eklöf 2019-12-01 18:47:39 +01:00
parent e5b588977f
commit c92746203a
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', fallback: ['fcft', 'fcft'])
fcft = dependency('fcft', version: ['>=0.1.0', '<0.2.0'], fallback: ['fcft', 'fcft'])
wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')