Remove WITH_TTY build option
TTY input doesn't seem very useful and the code is broken (requires SDL, which is not picked up by cmake). The option was disabled by default too. I doubt anyone is using this.
This commit is contained in:
@@ -290,13 +290,6 @@ else() # Unix/Linux
|
||||
"arch/InputHandler/InputHandler_Linux_Event.h"
|
||||
"arch/InputHandler/InputHandler_Linux_PIUIO.h"
|
||||
"arch/InputHandler/InputHandler_SextetStream.h")
|
||||
if(WITH_TTY)
|
||||
list(APPEND SMDATA_ARCH_INPUT_SRC
|
||||
"arch/InputHandler/InputHandler_Linux_tty.cpp")
|
||||
list(APPEND SMDATA_ARCH_INPUT_HPP
|
||||
"arch/InputHandler/InputHandler_Linux_tty.h"
|
||||
"arch/InputHandler/InputHandler_Linux_tty_keys.h")
|
||||
endif()
|
||||
endif()
|
||||
if(X11_FOUND)
|
||||
list(APPEND SMDATA_ARCH_INPUT_SRC "arch/InputHandler/InputHandler_X11.cpp")
|
||||
|
||||
Reference in New Issue
Block a user