diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-12-17 16:21:30 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2021-12-17 16:21:30 +0100 |
| commit | e16145566b113f7a59cb6af310ea882346412e37 (patch) | |
| tree | b189b0222f2973ba7c391b592bfeace62ce1fe54 | |
| parent | 998d80a3a18a44802340bf398c9efa92ce871bac (diff) | |
build: bump wlroots dependency to 0.16.0
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 452502ff..2a271d36 100644 --- a/meson.build +++ b/meson.build @@ -61,7 +61,7 @@ math = cc.find_library('m') rt = cc.find_library('rt') # Try first to find wlroots as a subproject, then as a system dependency -wlroots_version = ['>=0.15.0', '<0.16.0'] +wlroots_version = ['>=0.16.0', '<0.17.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'], |
