From d7e1af98acdc5777dd95fd52e6074fa41a72af5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 17 May 2022 15:24:33 +0200 Subject: [PATCH] build: Bump mesa requirement to 21.3 It contains `gbm_bo_create_with_modifiers2()`, which will be used in a test case testing unredirection. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d29a948a5..be2909c2c 100644 --- a/meson.build +++ b/meson.build @@ -45,7 +45,7 @@ wayland_protocols_req = '>= 1.25' # native backend version requirements libinput_req = '>= 1.19.0' -gbm_req = '>= 17.3' +gbm_req = '>= 21.3' # screen cast version requirements libpipewire_req = '>= 0.3.33'