externals: Link SDL2 statically. (#6461)

This commit is contained in:
Steveice10
2023-05-09 20:08:25 -07:00
committed by GitHub
parent d8e74a9ff4
commit 71a9981430
10 changed files with 61 additions and 75 deletions

View File

@@ -26,8 +26,11 @@
/* Define to 1 if you have the <linux/netlink.h> header file. */
#cmakedefine HAVE_LINUX_NETLINK_H 1
/* Define to 1 if you have the <poll.h> header file. */
#cmakedefine HAVE_POLL_H 1
/* Define to 1 if you have eventfd support. */
#cmakedefine HAVE_EVENTFD 1
/* Define to 1 if you have timerfd support. */
#cmakedefine HAVE_TIMERFD 1
/* Define to 1 if you have the <signal.h> header file. */
#cmakedefine HAVE_SIGNAL_H 1
@@ -53,6 +56,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#cmakedefine HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the 'clock_gettime' function. */
#cmakedefine HAVE_CLOCK_GETTIME 1
/* Darwin backend */
#cmakedefine OS_DARWIN 1
@@ -68,14 +74,11 @@
/* Windows backend */
#cmakedefine OS_WINDOWS 1
/* type of second poll() argument */
#define POLL_NFDS_TYPE @POLL_NFDS_TYPE@
/* Use POSIX Platform */
#cmakedefine PLATFORM_POSIX
/* Use POSIX Threads */
#cmakedefine THREADS_POSIX
/* timerfd headers available */
#cmakedefine USBI_TIMERFD_AVAILABLE 1
/* Use Windows Platform */
#cmakedefine PLATFORM_WINDOWS
/* Enable output to system log */
#define USE_SYSTEM_LOGGING_FACILITY 1