Skip to content

Commit

Permalink
bump wf-config and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Jan 29, 2021
1 parent 8b81db5 commit ea24b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.0',
version: '0.7.0',
license: 'MIT',
meson_version: '>=0.53.0',
default_options: [
Expand All @@ -29,7 +29,7 @@ pixman = dependency('pixman-1')
threads = dependency('threads')
xkbcommon = dependency('xkbcommon')
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'))
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()
if not use_system_wlroots
Expand Down
2 changes: 1 addition & 1 deletion subprojects/wf-config
Submodule wf-config updated 1 files
+1 −1 meson.build

0 comments on commit ea24b8e

Please sign in to comment.