diff options
author | Cole Mickens <cole.mickens@gmail.com> | 2021-12-13 22:28:35 -0800 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-12-14 10:00:15 +0100 |
commit | 0b4e3d39eb7af94617a3f95995e2b0ba8bb5513f (patch) | |
tree | 65665f557acd33886a19655a665a69a560da171c /meson.build | |
parent | 57a7b3998ea62616223000eb6369c999b4cd1a94 (diff) |
meson.build: require wayland-protocols 1.24
As far as I can tell `ZWP_LINUX_DMABUF_FEEDBACK_V1_TRANCHE_FLAGS_SCANOUT` is introduced in wayland-protocols 1.24.
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 be1af04a..452502ff 100644 --- a/meson.build +++ b/meson.build @@ -41,7 +41,7 @@ wayland_server = dependency('wayland-server', version: '>=1.20.0') wayland_client = dependency('wayland-client') wayland_cursor = dependency('wayland-cursor') wayland_egl = dependency('wayland-egl') -wayland_protos = dependency('wayland-protocols', version: '>=1.14') +wayland_protos = dependency('wayland-protocols', version: '>=1.24') xkbcommon = dependency('xkbcommon') cairo = dependency('cairo') pango = dependency('pango') |