diff options
author | Joe Kappus <joecool1029@users.noreply.github.com> | 2022-11-11 14:59:20 -0500 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-11 22:31:18 +0100 |
commit | fdde67405e8ae2e493f63e590f6b481bf981fd43 (patch) | |
tree | a69af771627b07f06048d95271166b48d87e6b12 /meson.build | |
parent | 5c239eaac59f327294aceac739c6fa035456ed14 (diff) |
build: bump wlroots dependency to 0.17.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 0a737c36..470eb0e6 100644 --- a/meson.build +++ b/meson.build @@ -36,7 +36,7 @@ if is_freebsd endif # Execute the wlroots subproject, if any -wlroots_version = ['>=0.16.0', '<0.17.0'] +wlroots_version = ['>=0.17.0', '<0.18.0'] subproject( 'wlroots', default_options: ['examples=false'], |