Skip to content

Commit

Permalink
Update required version of wayland-protocols to >1.32
Browse files Browse the repository at this point in the history
To build this project, you must have the staging/cursor-shape protocol
which was added in 1.32.
  • Loading branch information
razzius authored and emersion committed Sep 8, 2023
1 parent 69c5ec6 commit 0a4c335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cairo = dependency('cairo')
realtime = cc.find_library('rt')
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
wayland_protos = dependency('wayland-protocols', version: '>=1.32')
xkbcommon = dependency('xkbcommon')

subdir('protocol')
Expand Down

0 comments on commit 0a4c335

Please sign in to comment.