diff --git a/meson.build b/meson.build index e602bb427..1cc5196e5 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'], )