Skip to content

Commit 6bb73b3

Browse files
committed
meson: require wlroots 0.6.0
Missed in 9354781
1 parent 1de6054 commit 6bb73b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if is_freebsd
3535
)
3636
endif
3737

38-
wlroots = dependency('wlroots', version: '>= 0.5.0')
38+
wlroots = dependency('wlroots', version: '>= 0.6.0')
3939
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
4040
wayland_server = dependency('wayland-server')
4141
pixman = dependency('pixman-1')

0 commit comments

Comments
 (0)