Edit

IABSD.fr/ports/editors/litexl

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2026-03-25 03:09:17
    Hash : fde6f4fe
    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@