Skip to content

Commit

Permalink
Fix wlroots version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sdilts committed Oct 15, 2023
1 parent e2c03d2 commit 1d65dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heart/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ wayland_protos = dependency('wayland-protocols', version: '>=1.14')
xkbcommon = dependency('xkbcommon')
xcb = dependency('xcb', required: get_option('xwayland'))

wlroots_version = ['>=0.15.0', '<=0.16.0']
wlroots_version = ['>=0.16.0', '<0.17.0']
wlroots_proj = subproject(
'wlroots',
default_options: ['examples=false'],
Expand Down

0 comments on commit 1d65dbe

Please sign in to comment.