Skip to content

Commit

Permalink
Fix wf-config version when using wf-config from system (#1900)
Browse files Browse the repository at this point in the history
* correct version from 0.16 which is the version of wlroots to 0.8
  • Loading branch information
ssfdust authored Sep 22, 2023
1 parent 16e0223 commit 8c25bc9
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 @@ -58,7 +58,7 @@ if get_option('use_system_wfconfig').disabled()

elif get_option('use_system_wfconfig').enabled()
use_system_wfconfig = true
wfconfig = dependency('wf-config', version: ['>=0.16.0', '<0.17.0'], required: true)
wfconfig = dependency('wf-config', version: ['>=0.8.0', '<0.9.0'], required: true)

elif get_option('use_system_wfconfig').auto()
wfconfig = dependency('wf-config', version: ['>=0.8.0', '<0.9.0'], required: false)
Expand Down

0 comments on commit 8c25bc9

Please sign in to comment.