Fixed up configure so it doesn't reference input/evdev anymore

This commit is contained in:
Sam Lantinga 2013-11-16 12:04:00 -08:00
parent 0a3e0e97d7
commit 2d61540445
2 changed files with 29 additions and 21 deletions

View file

@ -2499,10 +2499,6 @@ case "$host" in
if test x$enable_libudev = xyes && test x$have_libudev_h_hdr = xyes; then
SOURCES="$SOURCES $srcdir/src/core/linux/SDL_udev.c"
fi
# Set up files for evdev input
if test x$use_input_events = xyes; then
SOURCES="$SOURCES $srcdir/src/input/evdev/*.c"
fi
;;
*-*-cygwin* | *-*-mingw32*)
ARCH=win32