Fixed up configure so it doesn't reference input/evdev anymore
This commit is contained in:
parent
0a3e0e97d7
commit
2d61540445
2 changed files with 29 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue