Undefined function: wl_surface_set_buffer_transform at clients/window.c:1271 (window_set_buffer_transform).
Sounds like you need to update your wayland checkout. clients/window.c includes wayland-client.h, which includes wayland-client-protocol.h, which contains static inline void wl_surface_set_buffer_transform(struct wl_surface *wl_surface, int32_t transform) { wl_proxy_marshal((struct wl_proxy *) wl_surface, WL_SURFACE_SET_BUFFER_TRANSFORM, transform); }
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.