April 17, 2026
2:41 p.m.
On Fri Apr 17 14:36:45 2026 +0000, Matteo Bruni wrote:
I'm less sure about this. I guess the main question is: do we want to dynamically load xkbregistry and call `rxkb_` functions through function pointers? Or in other words, do we want to allow xkbregistry to be an optional runtime dependency for winex11? I think that was my original intention but I forgot and ended up with those `#ifdef SONAME_LIBXKBREGISTRY` which aren't helpful... It is a required dependency for the wayland driver, I'm not sure how we decide to prefer runtime vs link time resolution in general, it seems to me that link time is overall more convenient.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10689#note_136781