Closed jbeich closed 11 months ago
Hi jbeich
we are sorry. We were busy updating cagebreak to wlroots 0.17.0 as quickly as possible since several users reported issues regarding the mismatched versions.
Our meson.build is indeed not correct in this respect.
would ['>=0.17.0', '< 0.18.0']
work for you?
In that case we might complete another patch release tomorrow to fix this.
cheers and sorry for the inconvenience project-repo
would
['>=0.17.0', '< 0.18.0']
work for you?
Yep, matches downstream patch.
Hi jbeich
m̀eson.build
is adjusted in 2.2.3.
We have also added a check to our procedure, so that this won't reoccur.
cheers and thank you for pointing this out project-repo
Despite what the following claims https://github.com/project-repo/cagebreak/blob/61fb97b070b65335bab573daed4caeab97ad9a46/meson.build#L58 building with wlroots 0.16 fails with
Moreover, wlroots doesn't break API during patch-level releases like 0.15.0 vs. 0.15.1 or 0.16.1 vs. 0.16.2. The strict check is fine for validation but may cause unnecessary bustage downstream if wlroots 0.17.1 is released.