diff --git a/PKGBUILD b/PKGBUILD index 5eabd4b..3f7c081 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ depends=( 'libudev.so' 'json-c' 'libmpdclient' - 'fcft>=0.3.0') + 'fcft>=0.4.0') optdepends=('xcb-util-errors: better X error messages') source=() diff --git a/meson.build b/meson.build index 50b2583..7d44507 100644 --- a/meson.build +++ b/meson.build @@ -36,7 +36,7 @@ backend_wayland = wayland_client.found() and wayland_cursor.found() and wlroots. # "My" dependencies, fallback to subproject 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']) add_project_arguments( ['-D_GNU_SOURCE'] +