diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2020-07-16 00:59:25 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2020-07-16 00:59:25 +0200 |
| commit | f940cae7112e6c94234f008192dd62e6b3cd453a (patch) | |
| tree | ed11361630d9e7453a084e3ace14dbde27a03258 /meson.build | |
| parent | 78bc35ffa6e97c4b9b8a8be1080a1e6d793f3967 (diff) | |
Bump wlroots dependency to 0.11.0
(cherry picked from commit 9f944ff05d8ba86c11f3d694120bf0c960e57905)
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 99711060..efb05ab6 100644 --- a/meson.build +++ b/meson.build @@ -60,7 +60,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.10.0', '<0.11.0'] +wlroots_version = ['>=0.11.0', '<0.12.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'], |
