diff options
| author | Bill Li <billli11hkb@gmail.com> | 2024-07-13 15:09:07 +0800 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-07-13 13:03:23 +0200 |
| commit | 274a5fcb73b1252e05543669c956a370516f052c (patch) | |
| tree | cbf13c0bf0d909ffbe1cead8e2470e9dd316c14c | |
| parent | 8c5b23e592d2334b3324227dd9d1311e46c5fd69 (diff) | |
build: Bump wlroots version
| -rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index c602d008..c5595a86 100644 --- a/meson.build +++ b/meson.build @@ -38,14 +38,14 @@ if is_freebsd endif # Execute the wlroots subproject, if any -wlroots_version = ['>=0.18.0', '<0.19.0'] +wlroots_version = ['>=0.19.0', '<0.20.0'] subproject( 'wlroots', default_options: ['examples=false'], required: false, version: wlroots_version, ) -wlroots = dependency('wlroots-0.18', version: wlroots_version, fallback: 'wlroots') +wlroots = dependency('wlroots-0.19', version: wlroots_version, fallback: 'wlroots') wlroots_features = { 'xwayland': false, 'libinput_backend': false, |
