From a5d5a50e5cdee4e3d6e87eab795cef1b4ded019a Mon Sep 17 00:00:00 2001 From: Loukas Agorgianitis Date: Mon, 16 Jun 2025 14:36:34 +0300 Subject: [PATCH] build: bump minimum required pixman version to 0.46.2 Signed-off-by: Loukas Agorgianitis --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6d31bdc41..70c464aa6 100644 --- a/meson.build +++ b/meson.build @@ -116,7 +116,7 @@ xkbcommon = dependency('xkbcommon', ], ) pixman = dependency('pixman-1', - version: '>=0.43.0', + version: '>=0.46.2', fallback: 'pixman', default_options: ['werror=false'], )