diff options
| author | Violet Purcell <vimproved@inventati.org> | 2024-03-17 13:27:34 -0400 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-05-28 20:21:07 +0200 |
| commit | 2e9139df664f1e2dbe14b5df4a9646411b924c66 (patch) | |
| tree | 1590815dbd297b78b8c9cc72403ab26a83396c4c | |
| parent | d0bd591ee70b706182b6bfff45a68bc5404ea89b (diff) | |
Update for versioned wlroots files
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4614
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 3c444e07..eb66506a 100644 --- a/meson.build +++ b/meson.build @@ -45,7 +45,7 @@ subproject( required: false, version: wlroots_version, ) -wlroots = dependency('wlroots', version: wlroots_version) +wlroots = dependency('wlroots-0.18', version: wlroots_version, fallback: 'wlroots') wlroots_features = { 'xwayland': false, 'libinput_backend': false, |
