build(linux)!: remove legacy input option (#3562)
This commit is contained in:
@@ -203,9 +203,6 @@ else()
|
|||||||
message(STATUS "Tray icon disabled")
|
message(STATUS "Tray icon disabled")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(${SUNSHINE_USE_LEGACY_INPUT}) # TODO: Remove this legacy option after the next stable release
|
|
||||||
list(APPEND PLATFORM_TARGET_FILES "${CMAKE_SOURCE_DIR}/src/platform/linux/input/legacy_input.cpp")
|
|
||||||
else()
|
|
||||||
# These need to be set before adding the inputtino subdirectory in order for them to be picked up
|
# These need to be set before adding the inputtino subdirectory in order for them to be picked up
|
||||||
set(LIBEVDEV_CUSTOM_INCLUDE_DIR "${EVDEV_INCLUDE_DIR}")
|
set(LIBEVDEV_CUSTOM_INCLUDE_DIR "${EVDEV_INCLUDE_DIR}")
|
||||||
set(LIBEVDEV_CUSTOM_LIBRARY "${EVDEV_LIBRARY}")
|
set(LIBEVDEV_CUSTOM_LIBRARY "${EVDEV_LIBRARY}")
|
||||||
@@ -221,7 +218,6 @@ else()
|
|||||||
if(EXTERNAL_PROJECT_LIBEVDEV_USED)
|
if(EXTERNAL_PROJECT_LIBEVDEV_USED)
|
||||||
add_dependencies(libinputtino libevdev)
|
add_dependencies(libinputtino libevdev)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
|
||||||
|
|
||||||
# AppImage and Flatpak
|
# AppImage and Flatpak
|
||||||
if (${SUNSHINE_BUILD_APPIMAGE})
|
if (${SUNSHINE_BUILD_APPIMAGE})
|
||||||
|
|||||||
@@ -65,6 +65,4 @@ elseif(UNIX) # Linux
|
|||||||
"Enable building wayland specific code." ON)
|
"Enable building wayland specific code." ON)
|
||||||
option(SUNSHINE_ENABLE_X11
|
option(SUNSHINE_ENABLE_X11
|
||||||
"Enable X11 grab if available." ON)
|
"Enable X11 grab if available." ON)
|
||||||
option(SUNSHINE_USE_LEGACY_INPUT # TODO: Remove this legacy option after the next stable release
|
|
||||||
"Use the legacy virtual input implementation." OFF)
|
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user