CMake currently doesn't check for <X11/XKBlib.h> and <X11/extensions/xf86vmode.h> and never defines the corresponding symbols. This is not very important because they are only used for rarely used functions (wxSetDetectableAutoRepeat() and video modes stuff in wxDisplay, respectively), but it would be still better to have consistent behaviour between the build systems.
Former is trivial to address, but the latter is a bit less so, as we need to check for the library existence too.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()