Skip to content

Commit

Permalink
meson: bump version and required wlroots version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Jun 23, 2021
1 parent 3cd8d00 commit 7a69c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'wayfire',
'c',
'cpp',
version: '0.7.1',
version: '0.7.2',
license: 'MIT',
meson_version: '>=0.53.0',
default_options: [
Expand All @@ -28,7 +28,7 @@ libinput = dependency('libinput', version: '>=1.7.0')
pixman = dependency('pixman-1')
threads = dependency('threads')
xkbcommon = dependency('xkbcommon')
wlroots = dependency('wlroots', version: ['>=0.13.0', '<0.14.0'], required: get_option('use_system_wlroots'))
wlroots = dependency('wlroots', version: ['>=0.14.0', '<0.15.0'], required: get_option('use_system_wlroots'))
wfconfig = dependency('wf-config', version: ['>=0.7.0', '<0.8.0'], required: get_option('use_system_wfconfig'))

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

0 comments on commit 7a69c1e

Please sign in to comment.