aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2020-11-08 15:15:15 +0100
committerFurkan Sahin <furkan-dev@proton.me>2020-11-08 15:15:15 +0100
commitc885b28098c9c9edc9c46c318dc728bc8cf59818 (patch)
tree39a47ea2ad3a7c099379e34fbcdfdb61d845d92e
parentea1981f24caa95f4dbfb72d7b09e777c6085dbf5 (diff)
build: bump wlroots dependency to 0.12.0
(cherry picked from commit 5ae4f65045c04df7ad2d87142b4064803d97a73e)
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0e4f4ccf..f1e32cac 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'],