diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-04-25 06:24:10 +0000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-04-25 06:24:10 +0000 |
| commit | 2ba2c3f254a5c90e7e45bc13983cbffc6fac8fb1 (patch) | |
| tree | cb8abc64332a159997d2b891ad84d0a8038be812 | |
| parent | 2cab55fad63fa7890ee45084da76f12b46348093 (diff) | |
Set the correct version for wlroots dependency
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 3ed0c551..d2b6e8c0 100644 --- a/meson.build +++ b/meson.build @@ -60,7 +60,7 @@ rt = cc.find_library('rt') git = find_program('git', native: true, required: false) # Try first to find wlroots as a subproject, then as a system dependency -wlroots_version = '>=0.4.1' +wlroots_version = '>=0.5' wlroots_proj = subproject( 'wlroots', default_options: ['rootston=false', 'examples=false'], |
