Hi, build on 64-bit Arch fails for me in the linking phase with these errors:
/usr/bin/ld: ../../../lib/libUrho3D.a(SDL_waylandvideo.c.o): in function `Wayland_VideoInit':
SDL_waylandvideo.c:(.text+0x674): undefined reference to `wl_proxy_get_version'
/usr/bin/ld: SDL_waylandvideo.c:(.text+0x693): undefined reference to `wl_proxy_marshal_flags'
I have Wayland 1.20 installed and I’m pretty sure its include files are being found, or else the error would be earlier. My best guess is that the makefiles are missing a libwayland-client.so reference, but I don’t understand CMake enough to fix it. Thanks for any ideas.