phoc: update

This commit is contained in:
Markus Volk
2024-02-29 15:13:07 +01:00
parent 6e55b3b2a6
commit 207984b2ea
2 changed files with 2 additions and 11 deletions

View File

@@ -29,15 +29,6 @@ index 77b8971..e5b0908 100644
embed_wlroots = get_option('embed-wlroots')
@@ -70,7 +64,7 @@ endif
if not embed_wlroots.disabled() and wlroots_proj.found()
wlroots = wlroots_proj.get_variable('wlroots')
else
- wlroots = dependency('wlroots', version: ['>= 0.17.0-dev', '< 0.18.0'])
+ wlroots = dependency('wlroots', version: ['>= 0.17.0', '< 0.18.0'])
endif
wlroots_has_xwayland = wlroots.get_variable(pkgconfig: 'have_xwayland',
internal: 'have_xwayland') == 'true'
--
2.41.0