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