aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-06-23 14:32:31 +0200
committerSimon Ser <contact@emersion.fr>2021-06-23 14:32:31 +0200
commitc53ef023850fcdc4b3dfeee2992cdaa7f0cee1ac (patch)
treed1d0fbd71a2e44ff21862f255cd2486fe0b94e6a /meson.build
parent4df9f49dc13d68a7b62539acd3766da34d59e28d (diff)
build: bump wlroots dependency to 0.15.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3681547d..cbab080a 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.14.0', '<0.15.0']
+wlroots_version = ['>=0.15.0', '<0.16.0']
wlroots_proj = subproject(
'wlroots',
default_options: ['examples=false'],