Config.in 857 B

123456789101112131415161718192021222324
  1. config 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. It requires the kernel LIRC interface driver, make sure to
  16. enable the kernel drivers to support your hardware.
  17. http://www.lirc.org/
  18. comment "lirc-tools needs a toolchain w/ threads, dynamic library, C++"
  19. depends on BR2_USE_MMU
  20. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
  21. || !BR2_INSTALL_LIBSTDCPP