1 config BR2_PACKAGE_LIRC_TOOLS
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on BR2_INSTALL_LIBSTDCPP
7 depends on !BR2_STATIC_LIBS
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
16 It requires the kernel LIRC interface driver, make sure to
17 enable the kernel drivers to support your hardware.
21 comment "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