diff options
author | Simon Ser <contact@emersion.fr> | 2021-06-23 14:32:31 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-06-23 14:32:31 +0200 |
commit | c53ef023850fcdc4b3dfeee2992cdaa7f0cee1ac (patch) | |
tree | d1d0fbd71a2e44ff21862f255cd2486fe0b94e6a /meson.build | |
parent | 4df9f49dc13d68a7b62539acd3766da34d59e28d (diff) |
build: bump wlroots dependency to 0.15.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 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'], |