We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b117c commit 6f93e40Copy full SHA for 6f93e40
graphics/input/CMakeLists.txt
@@ -57,6 +57,8 @@ if(CONFIG_GRAPHICS_INPUT_TOOL)
57
${CONFIG_GRAPHICS_INPUT_TOOL_STACKSIZE}
58
PRIORITY
59
${CONFIG_GRAPHICS_INPUT_TOOL_PRIORITY}
60
+ DEPENDS
61
+ input_generator
62
SRCS
63
generator/input.c)
64
endif()
graphics/input/Kconfig
@@ -39,7 +39,8 @@ menuconfig GRAPHICS_INPUT_TOOL
39
default n
40
select UINPUT_TOUCH
41
select UINPUT_BUTTONS
42
- select UINPUT_KEYBOARD
+ select UINPUT_MOUSE
43
+ select GRAPHICS_INPUT_GENERATOR
44
---help---
45
Enable support for a command line input tool.
46
0 commit comments