Skip to content

Commit

Permalink
wayfire: bump version to 0.6.0 (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Nov 8, 2020
1 parent 32398dd commit dffb770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5.0',
version: '0.6.0',
license: 'MIT',
meson_version: '>=0.50.0',
default_options: [
Expand All @@ -28,8 +28,8 @@ libinput = dependency('libinput', version: '>=1.7.0')
pixman = dependency('pixman-1')
threads = dependency('threads')
xkbcommon = dependency('xkbcommon')
wlroots = dependency('wlroots', version: ['>=0.11.0', '<0.12.0'], required: get_option('use_system_wlroots'))
wfconfig = dependency('wf-config', version: ['>=0.5.0', '<0.6.0'], required: get_option('use_system_wfconfig'))
wlroots = dependency('wlroots', version: ['>=0.12.0', '<0.13.0'], required: get_option('use_system_wlroots'))
wfconfig = dependency('wf-config', version: ['>=0.6.0', '<0.7.0'], required: get_option('use_system_wfconfig'))

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

0 comments on commit dffb770

Please sign in to comment.