Skip to content

Commit

Permalink
Restore evdev sources to configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
gabomdq committed Nov 17, 2013
1 parent 9dd923f commit ec080ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure
Expand Up @@ -22241,6 +22241,10 @@ $as_echo "#define SDL_TIMER_UNIX 1" >>confdefs.h
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/core/linux/SDL_evdev.c"
fi
;;
*-*-cygwin* | *-*-mingw32*)
ARCH=win32
Expand Down
4 changes: 4 additions & 0 deletions configure.in
Expand Up @@ -2507,6 +2507,10 @@ 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/core/linux/SDL_evdev.c"
fi
;;
*-*-cygwin* | *-*-mingw32*)
ARCH=win32
Expand Down

0 comments on commit ec080ff

Please sign in to comment.