https://bugs.winehq.org/show_bug.cgi?id=55999
Bug ID: 55999 Summary: Add libxkbregistry0 dependency to Debian packages of Wine Product: Packaging Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-packages Assignee: wine-bugs@winehq.org Reporter: shtetldik@gmail.com CC: dimesio@earthlink.net Distribution: ---
New winewayland driver now relies on libxkbregistry and fails to load without it:
ldd winewayland.so ... libwayland-client.so.0 => /lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007f1f3fcb9000) libxkbcommon.so.0 => /lib/x86_64-linux-gnu/libxkbcommon.so.0 (0x00007f1f3fc71000) libxkbregistry.so.0 => /lib/x86_64-linux-gnu/libxkbregistry.so.0 (0x00007f1f3fc66000) ...
So it would be good to add a dependency on libxkbregistry0 package for Wine Debian packages (both regular and staging). I guess same goes may be for a few others like libwayland-client0 and libxkbcommon0.