diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-10-07 22:32:57 +0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-10-07 22:32:57 +0300 |
| commit | 6ad145e823dcc9b85c607c9a000f871f0bd61574 (patch) | |
| tree | 991a01e5efab1e3e20cf6f7ea98b3d9a67e58a1c | |
| parent | 0cbbde722bbb0b0b787c1a792abd01119aab888f (diff) | |
build: bump wlroots version to 0.8.1
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 161a67b0..e3580cdf 100644 --- a/meson.build +++ b/meson.build @@ -57,7 +57,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.7.0', '<0.8.0'] +wlroots_version = ['>=0.8.1', '<0.9.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'], |
