EvdevInputSource: Migrate to new abstractions

This commit is contained in:
Connor McLaughlin
2022-08-25 00:54:22 +10:00
parent 6df7d9acda
commit bfafa95f65
9 changed files with 637 additions and 553 deletions

View File

@ -107,8 +107,8 @@ if(USE_EVDEV)
target_include_directories(frontend-common PRIVATE ${LIBEVDEV_INCLUDE_DIRS})
target_link_libraries(frontend-common PRIVATE ${LIBEVDEV_LIBRARIES})
target_sources(frontend-common PRIVATE
evdev_controller_interface.cpp
evdev_controller_interface.h
evdev_input_source.cpp
evdev_input_source.h
)
endif()