فهرست منبع

evdev: Fix build with libudev and joystick subsystem disabled

Cameron Gutman 2 سال پیش
والد
کامیت
71fb91f7e4
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      src/core/linux/SDL_evdev_capabilities.h

+ 0 - 4
src/core/linux/SDL_evdev_capabilities.h

@@ -25,8 +25,6 @@
 #ifndef SDL_evdev_capabilities_h_
 #define SDL_evdev_capabilities_h_
 
-#if HAVE_LIBUDEV_H || defined(SDL_JOYSTICK_LINUX)
-
 #include <linux/input.h>
 
 /* A device can be any combination of these classes */
@@ -53,8 +51,6 @@ extern int SDL_EVDEV_GuessDeviceClass(unsigned long bitmask_ev[NBITS(EV_MAX)],
                                       unsigned long bitmask_key[NBITS(KEY_MAX)],
                                       unsigned long bitmask_rel[NBITS(REL_MAX)]);
 
-#endif /* HAVE_LIBUDEV_H || defined(SDL_JOYSTICK_LINUX) */
-
 #endif /* SDL_evdev_capabilities_h_ */
 
 /* vi: set ts=4 sw=4 expandtab: */