Skip to content

Commit 7a69c1e

Browse files
committed
meson: bump version and required wlroots version
1 parent 3cd8d00 commit 7a69c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'wayfire',
33
'c',
44
'cpp',
5-
version: '0.7.1',
5+
version: '0.7.2',
66
license: 'MIT',
77
meson_version: '>=0.53.0',
88
default_options: [
@@ -28,7 +28,7 @@ libinput = dependency('libinput', version: '>=1.7.0')
2828
pixman = dependency('pixman-1')
2929
threads = dependency('threads')
3030
xkbcommon = dependency('xkbcommon')
31-
wlroots = dependency('wlroots', version: ['>=0.13.0', '<0.14.0'], required: get_option('use_system_wlroots'))
31+
wlroots = dependency('wlroots', version: ['>=0.14.0', '<0.15.0'], required: get_option('use_system_wlroots'))
3232
wfconfig = dependency('wf-config', version: ['>=0.7.0', '<0.8.0'], required: get_option('use_system_wfconfig'))
3333

3434
use_system_wlroots = not get_option('use_system_wlroots').disabled() and wlroots.found()

0 commit comments

Comments
 (0)