Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
linux: Move SDL_LinuxSetThreadPriority() elsewhere to fix build.
Fixes Bugzilla #4393.
- Loading branch information
Showing
with
3 additions
and 83 deletions.
- +1 −0 configure
- +1 −0 configure.in
- +0 −83 src/core/linux/SDL_dbus.c
- +1 −0 src/thread/pthread/SDL_systhread.c
SOURCES="$SOURCES $srcdir/src/core/linux/SDL_evdev*.c" | ||
fi | ||
# Set up other core UNIX files | ||
SOURCES="$SOURCES $srcdir/src/core/linux/SDL_threadprio.c" | ||
SOURCES="$SOURCES $srcdir/src/core/unix/*.c" | ||
;; | ||
*-*-cygwin* | *-*-mingw32*) |