diff --git a/meson.build b/meson.build index 6b180b1..7491e8c 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ endif cc = meson.get_compiler('c') -wlroots = dependency('wlroots') +wlroots = dependency('wlroots', version: '>= 0.4.1') wayland_protos = dependency('wayland-protocols', version: '>=1.14') wayland_server = dependency('wayland-server') pixman = dependency('pixman-1')