u3d-community / U3D

Open-source, cross-platform 2D and 3D game engine built in C++
https://u3d.io
MIT License
197 stars 32 forks source link

Fix linux build issues for Wayland and X11(NOSHARED) : link dependencies from sdl. #70

Closed Okkoma closed 1 month ago

Okkoma commented 1 month ago

solve undefined reference to « wl_proxy_get_version » in libUrho3D.a(SDL_waylandvideo.c.o) Get extra libs (ex: X11, Xcursor ... or wayland-client) needed by sdl and link with urho3d lib.