libX11 fails to build with --disable-xlocale
@desrt
Submitted by Ryan Lortie Lortie Assigned to Xorg Project Team
Description
If you build libX11 with --disable-xlocale then src/imConv.c doesn't get built. src/imConv.c contains a function _XimGetCharCode() This function is called by src/XKBCvt.c regardless of --disable-xlocale. This results in undefined references to _XimGetCharCode
Version: git