diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-07-13 15:09:07 +0800 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-07-13 15:09:07 +0800 |
| commit | fa52684488af05791bce5c24b9a9ffe6986e7a25 (patch) | |
| tree | cbf13c0bf0d909ffbe1cead8e2470e9dd316c14c | |
| parent | 1f8f166a589e57a0e15a94f8d2d009cb958cb10b (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, |
