mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fde6f4fe79
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@