diff options
Diffstat (limited to 'package/x11r7/xapp_xinput-calibrator/Config.in')
-rw-r--r-- | package/x11r7/xapp_xinput-calibrator/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xinput-calibrator/Config.in b/package/x11r7/xapp_xinput-calibrator/Config.in new file mode 100644 index 000000000..ac98b8d0d --- /dev/null +++ b/package/x11r7/xapp_xinput-calibrator/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_XAPP_XINPUT_CALIBRATOR + bool "xinput-calibrator" + depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_XLIB_LIBX11 + select BR2_PACKAGE_XLIB_LIBXI + help + A generic touchscreen calibration program for X.Org. + + http://www.freedesktop.org/wiki/Software/xinput_calibrator + +comment "xinput-calibrator requires a toolchain with C++ support" + depends on !BR2_INSTALL_LIBSTDCPP |