Skip to content

d/shlibs: Generate a stricter dependency

Since we introduced wlr_seat_touch_notify_cancel() we need to make sure that we depend on a recent enough version as otherwise we fail at runtime.

Without this we might break partial upgraded when users upgrade phoc (built against newer wlroots) but not wlroots itself.

Merge request reports