evdev: resurrect udev - fix hot swapping
This commit is contained in:
parent
8751e55213
commit
eb017f6cb0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue