CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/03/24 21:09:17
Modified files:
editors/litexl/patches: patch-src_meson_build
Log message:
fix build by not trying to statically link sdl3
libSDL3.a does not exist but meson still tries to statically link
everything in the Requires.private part of the sdl3.pc pkgconfig file.
In the case of gbm libgbm.a had unresolved symbols.
build failure reported by tb@ who tracked this back to a change in the
devel/sdl3 port to build with -DSDL_DEPS_SHARED=OFF
ok tb@