xref: /OK3568_Linux_fs/buildroot/package/x11r7/xapp_xinput-calibrator/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_XAPP_XINPUT_CALIBRATOR
2	bool "xinput-calibrator"
3	depends on BR2_INSTALL_LIBSTDCPP
4	select BR2_PACKAGE_XLIB_LIBX11
5	select BR2_PACKAGE_XLIB_LIBXI
6	help
7	  A generic touchscreen calibration program for X.Org.
8
9	  http://www.freedesktop.org/wiki/Software/xinput_calibrator
10
11comment "xinput-calibrator needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13