From 8bbe8624dfdb4fbf120aee3dd6f0f8eeeed3bf7e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 3 Nov 2022 09:18:19 +0100 Subject: [PATCH] build: bump pixman version The new version offers const pixman_region32_t APIs, which we will make use of in the following commits. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 9dbc01a4..698607d9 100644 --- a/meson.build +++ b/meson.build @@ -129,6 +129,7 @@ drm = dependency('libdrm', ) xkbcommon = dependency('xkbcommon') pixman = dependency('pixman-1', + version: '>=0.42.0', fallback: 'pixman', default_options: ['werror=false'], )