diff --git a/configure b/configure index 46fd49dcc..0465c4d60 100755 --- a/configure +++ b/configure @@ -768,6 +768,7 @@ infodir docdir oldincludedir includedir +runstatedir localstatedir sharedstatedir sysconfdir @@ -978,6 +979,7 @@ datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE}' @@ -1230,6 +1232,15 @@ do | -silent | --silent | --silen | --sile | --sil) silent=yes ;; + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1367,7 +1378,7 @@ fi for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir + libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1520,6 +1531,7 @@ Fine tuning of the installation directories: --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] @@ -20178,8 +20190,6 @@ ac_x_header_dirs=' /usr/local/include/X11R5 /usr/local/include/X11R4 -/opt/X11/include - /usr/X386/include /usr/x386/include /usr/XFree86/include/X11 @@ -25628,8 +25638,27 @@ $as_echo "#define SDL_TIMER_UNIX 1" >>confdefs.h EXTRA_CFLAGS="$EXTRA_CFLAGS $SDL_CFLAGS -g -O3" EXTRA_CFLAGS="$EXTRA_CFLAGS -DSDL_VIDEO_STATIC_ANGLE" EXTRA_LDFLAGS="-march=armv8-a -fPIE -L${DEVKITPRO}/libnx/lib -lEGL -lglapi -ldrm_nouveau -lnx" - CheckDeclarationAfterStatement + CheckDeclarationAfterStatement + CheckClockGettime + CheckPTHREAD + + # Set up files for the power library + if test x$enable_power = xyes; then + +$as_echo "#define SDL_POWER_SWITCH 1" >>confdefs.h + + SOURCES="$SOURCES $srcdir/src/power/switch/SDL_syspower.c" + have_power=yes + fi + # Set up files for the filesystem library + if test x$enable_filesystem = xyes; then + +$as_echo "#define SDL_FILESYSTEM_SWITCH 1" >>confdefs.h + + SOURCES="$SOURCES $srcdir/src/filesystem/switch/SDL_sysfilesystem.c" + have_filesystem=yes + fi # Set up files for the video library if test x$enable_video = xyes; then SOURCES="$SOURCES $srcdir/src/video/switch/*.c" @@ -25676,14 +25705,6 @@ $as_echo "#define SDL_TIMER_SWITCH 1" >>confdefs.h SOURCES="$SOURCES $srcdir/src/timer/switch/*.c" have_timers=yes fi - # Set up files for the thread library - if test x$enable_threads = xyes; then - -$as_echo "#define SDL_THREAD_SWITCH 1" >>confdefs.h - - SOURCES="$SOURCES $srcdir/src/thread/switch/*.c" - have_threads=yes - fi ;; *) as_fn_error $? "