aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar llyyr <llyyr.public@gmail.com>2023-11-21 23:55:19 +0530
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2023-11-22 00:42:55 +0300
commit4ad15a4015feef2ecfba311c13e64e3976cc611c (patch)
treefbf254c7f455e350b9583844a8c4629cc99c5f02 /meson.build
parentUse locale time format for default bar command (diff)
downloadsway-4ad15a4015feef2ecfba311c13e64e3976cc611c.tar.gz
sway-4ad15a4015feef2ecfba311c13e64e3976cc611c.tar.zst
sway-4ad15a4015feef2ecfba311c13e64e3976cc611c.zip
meson: bump wlroots version after 0.17.0 release
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 eeee39cd..adf49c19 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,7 @@ if is_freebsd
37endif 37endif
38 38
39# Execute the wlroots subproject, if any 39# Execute the wlroots subproject, if any
40wlroots_version = ['>=0.17.0', '<0.18.0'] 40wlroots_version = ['>=0.18.0', '<0.19.0']
41subproject( 41subproject(
42 'wlroots', 42 'wlroots',
43 default_options: ['examples=false'], 43 default_options: ['examples=false'],