re: alacritty: possible inputmethod issue?
matthew green <[email protected]> Tue, 13 Jul 2021 04:55:27 +1000
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
> The solution is to either > a) fold these locale modules back into libX11.so like in pkgsrc: > or, > b) Explicitly link the locale modules with -lX11: after all they > are using stuff from there. Right now, they only depend on > libc.so thanks for figuring this out. while Martin preferred b), i'd rather go with a) so we match upstream's implementation. .mrg.