crossuo/crossuo
deps/sdl-2.0.10-c1be3add38/CMakeLists.txt
:1078
check_c_source_compiles("
#include <linux/input.h>
#ifndef EVIOCGNAME
#error EVIOCGNAME() ioctl not available
#endif
int main(int argc, char** argv) {}" HAVE_INPUT_EVENTS)