evdev: resurrect udev - fix hot swapping

This commit is contained in:
Flyinghead 2019-03-29 11:28:54 +01:00
parent 8751e55213
commit eb017f6cb0
1 changed files with 3 additions and 0 deletions

View File

@ -331,8 +331,11 @@ endif
ifdef USE_EVDEV
CXXFLAGS += -D USE_EVDEV
ifdef USE_UDEV
CXXFLAGS += -D USE_UDEV
LIBS += -ludev
endif
endif
ifdef USE_JOYSTICK
CXXFLAGS += -D USE_JOYSTICK