On Mon, Nov 03, 2025 at 03:07:17PM +0000, Subrat Lima wrote: [...] > Also, as openbsd does not use the latest version of xkeyboard-config, > what would be the correct way to add new regional language layouts > support?
The last time I looked, xkeyboard-config-2.44 was using meson and python scripts to generate layouts and stuff, so tools we cannot use during xenocara build. So we need to either commit pre-generated files as data, or replicate upstream's scripts using perl or whatever. I'm not sure what's the best path forward. That's a pain that is growing as a bunch of X/Freedesktop releases tend to move to tools we don't have. -- jca

