From 147bd706d4d3fc1ee6c014491732fd0065b33168 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Sat, 17 Apr 2021 14:21:42 +0100 Subject: [PATCH] meson.build: require wayland-server >=1.19.0 Fix typo - it previously said 0.19.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d94bc458..061508db 100644 --- a/meson.build +++ b/meson.build @@ -50,7 +50,7 @@ else wlroots = dependency('wlroots', version: ['>=0.13.0', '<0.14.0']) wlroots_has_xwayland = cc.get_define('WLR_HAS_XWAYLAND', prefix: '#include ', dependencies: wlroots) == '1' endif -wayland_server = dependency('wayland-server', version: '>=0.19.0') +wayland_server = dependency('wayland-server', version: '>=1.19.0') wayland_protos = dependency('wayland-protocols') xkbcommon = dependency('xkbcommon') xcb = dependency('xcb', required: get_option('xwayland')) -- 2.52.0