From 3575c9180bc09d72545b8c832b5278905fa0b006 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 15 Jul 2020 23:30:48 +0000 Subject: [PATCH] meson: require wlroots 0.11.0 after 6a12da196068 ../output.c:235:57: error: no member named 'base' in 'struct wlr_buffer' wlr_output_attach_buffer(wlr_output, &surface->buffer->base); ~~~~~~~~~~~~~~~ ^ --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 90bc400..ee6d4c7 100644 --- a/meson.build +++ b/meson.build @@ -34,7 +34,7 @@ if is_freebsd ) endif -wlroots = dependency('wlroots', version: '>= 0.9.1') +wlroots = dependency('wlroots', version: '>= 0.11.0') wayland_protos = dependency('wayland-protocols', version: '>=1.14') wayland_server = dependency('wayland-server') pixman = dependency('pixman-1')