aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Sefa Eyeoglu <contact@scrumplex.net>2021-12-17 16:21:30 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2021-12-19 12:17:13 +0100
commit17ee30d07058bed7a5b5aaede3367a9e2f22d0af (patch)
treeb189b0222f2973ba7c391b592bfeace62ce1fe54 /meson.build
parentoutput: emit node::destroy event (diff)
downloadsway-17ee30d07058bed7a5b5aaede3367a9e2f22d0af.tar.gz
sway-17ee30d07058bed7a5b5aaede3367a9e2f22d0af.tar.zst
sway-17ee30d07058bed7a5b5aaede3367a9e2f22d0af.zip
build: bump wlroots dependency to 0.16.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 452502ff..2a271d36 100644
--- a/meson.build
+++ b/meson.build
@@ -61,7 +61,7 @@ math = cc.find_library('m')
61rt = cc.find_library('rt') 61rt = cc.find_library('rt')
62 62
63# Try first to find wlroots as a subproject, then as a system dependency 63# Try first to find wlroots as a subproject, then as a system dependency
64wlroots_version = ['>=0.15.0', '<0.16.0'] 64wlroots_version = ['>=0.16.0', '<0.17.0']
65wlroots_proj = subproject( 65wlroots_proj = subproject(
66 'wlroots', 66 'wlroots',
67 default_options: ['examples=false'], 67 default_options: ['examples=false'],