From cbef66ac0712c23974ac7bf8d308dc34a72ff0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 5 Dec 2019 19:33:31 +0100 Subject: [PATCH] meson: require fcft 0.4.x --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f44d158b..83765d4d 100644 --- a/meson.build +++ b/meson.build @@ -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')