diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-09-14 14:27:47 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-04-14 17:00:17 +0200 |
commit | fac7a5cc9d30cef8c17b8fccb31a28b02ff4f2e7 (patch) | |
tree | 1a968a0758472952e318940818eaea092baf8cab /meson.build | |
parent | 49435cb27b05c141a29f819fec2faa275ce90b3d (diff) |
subcompositor: use bad_parent error
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index d9587028..29b103aa 100644 --- a/meson.build +++ b/meson.build @@ -103,7 +103,7 @@ internal_config = configuration_data() wayland_project_options = ['tests=false', 'documentation=false'] wayland_server = dependency('wayland-server', - version: '>=1.21', + version: '>=1.22', fallback: 'wayland', default_options: wayland_project_options, ) |