aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-07-16 00:59:25 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2020-07-16 01:04:17 +0200
commit8ee58a3ad06403fbc985a44ac3c7c29488e3f07a (patch)
treeed11361630d9e7453a084e3ace14dbde27a03258
parentinput/cursor: don't send wl_pointer.motion event on pointer unlock warp (diff)
downloadsway-8ee58a3ad06403fbc985a44ac3c7c29488e3f07a.tar.gz
sway-8ee58a3ad06403fbc985a44ac3c7c29488e3f07a.tar.zst
sway-8ee58a3ad06403fbc985a44ac3c7c29488e3f07a.zip
Bump wlroots dependency to 0.11.0
(cherry picked from commit 9f944ff05d8ba86c11f3d694120bf0c960e57905)
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 99711060..efb05ab6 100644
--- a/meson.build
+++ b/meson.build
@@ -60,7 +60,7 @@ math = cc.find_library('m')
60rt = cc.find_library('rt') 60rt = cc.find_library('rt')
61 61
62# Try first to find wlroots as a subproject, then as a system dependency 62# Try first to find wlroots as a subproject, then as a system dependency
63wlroots_version = ['>=0.10.0', '<0.11.0'] 63wlroots_version = ['>=0.11.0', '<0.12.0']
64wlroots_proj = subproject( 64wlroots_proj = subproject(
65 'wlroots', 65 'wlroots',
66 default_options: ['examples=false'], 66 default_options: ['examples=false'],