diff options
Diffstat (limited to 'package/x11r7/xapp_xsetpointer/Config.in')
-rw-r--r-- | package/x11r7/xapp_xsetpointer/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xsetpointer/Config.in b/package/x11r7/xapp_xsetpointer/Config.in new file mode 100644 index 000000000..7b725fc75 --- /dev/null +++ b/package/x11r7/xapp_xsetpointer/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_XAPP_XSETPOINTER + bool "xsetpointer" + default n + select BR2_PACKAGE_XPROTO_INPUTPROTO + select BR2_PACKAGE_XLIB_LIBX11 + select BR2_PACKAGE_XLIB_LIBXI + help + xsetpointer 1.0.0 + set an X Input device as the main pointer |