Skip to content

Commit

Permalink
build: Bump required wlroots version
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau authored and ammen99 committed Jan 3, 2020
1 parent 90e5b75 commit 0e1bb37
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 @@ -29,7 +29,7 @@ libinput = dependency('libinput', version: '>=1.7.0')
pixman = dependency('pixman-1')
threads = dependency('threads')
xkbcommon = dependency('xkbcommon')
wlroots = dependency('wlroots', version: ['>=0.8.0', '<0.9.0'], fallback: ['wlroots', 'wlroots'])
wlroots = dependency('wlroots', version: ['>=0.9.0', '<0.10.0'], fallback: ['wlroots', 'wlroots'])
wfconfig = dependency('wf-config', version: '>=0.3', fallback: ['wf-config', 'wfconfig'])

needs_libinotify = ['freebsd', 'dragonfly'].contains(host_machine.system())
Expand Down

0 comments on commit 0e1bb37

Please sign in to comment.