diff options
author | Simon Ser <contact@emersion.fr> | 2020-11-08 15:15:15 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-11-08 15:15:34 +0100 |
commit | 5ae4f65045c04df7ad2d87142b4064803d97a73e (patch) | |
tree | 79b70c563a2227cb44911ffcba27083c423740a9 /meson.build | |
parent | 0df5753aed57c6b5e3a5f64ff410cadf8d96c35c (diff) |
build: bump wlroots dependency to 0.12.0
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 372c6db0..4c58c452 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.11.0', '<0.12.0'] +wlroots_version = ['>=0.12.0', '<0.13.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'], |