diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-03 09:18:19 +0100 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-11-11 23:11:17 +0000 |
commit | 8bbe8624dfdb4fbf120aee3dd6f0f8eeeed3bf7e (patch) | |
tree | df927005a9d318ed6fcee7a6cc195c8990238936 | |
parent | 6c33e5dc5018cad1f5f8b4520445ae4a7f32ad5b (diff) |
build: bump pixman version
The new version offers const pixman_region32_t APIs, which we will
make use of in the following commits.
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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'], ) |