mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
cmake: allow HAVE_LINUX_INPUT_H with !defined(HAVE_LIBC)
This commit is contained in:
parent
b99f380498
commit
cf8899ec94
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,6 @@
|
|||
#cmakedefine HAVE_STRING_H 1
|
||||
#cmakedefine HAVE_SYS_TYPES_H 1
|
||||
#cmakedefine HAVE_WCHAR_H 1
|
||||
#cmakedefine HAVE_LINUX_INPUT_H 1
|
||||
#cmakedefine HAVE_PTHREAD_NP_H 1
|
||||
#cmakedefine HAVE_LIBUNWIND_H 1
|
||||
|
||||
|
|
@ -220,6 +219,7 @@
|
|||
#cmakedefine HAVE_LIBUSB 1
|
||||
#cmakedefine HAVE_O_CLOEXEC 1
|
||||
|
||||
#cmakedefine HAVE_LINUX_INPUT_H 1
|
||||
#cmakedefine HAVE_LIBUDEV_H 1
|
||||
#cmakedefine HAVE_LIBSAMPLERATE 1
|
||||
#cmakedefine HAVE_LIBDECOR_H 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue