xref: /OK3568_Linux_fs/buildroot/package/lirc-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIRC_TOOLS
2*4882a593Smuzhiyun	bool "lirc-tools"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
6*4882a593Smuzhiyun	# dlopen()
7*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  LIRC is a package that supports receiving and sending IR
10*4882a593Smuzhiyun	  signals of the most common IR remote controls. It contains a
11*4882a593Smuzhiyun	  daemon that decodes and sends IR signals, a mouse daemon
12*4882a593Smuzhiyun	  that translates IR signals to mouse movements and a couple
13*4882a593Smuzhiyun	  of user programs that allow to control your computer with a
14*4882a593Smuzhiyun	  remote control.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  It requires the kernel LIRC interface driver, make sure to
17*4882a593Smuzhiyun	  enable the kernel drivers to support your hardware.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  http://www.lirc.org/
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuncomment "lirc-tools needs a toolchain w/ threads, dynamic library, C++"
22*4882a593Smuzhiyun	depends on BR2_USE_MMU
23*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
24*4882a593Smuzhiyun		|| !BR2_INSTALL_LIBSTDCPP
25