libgtk3: remove non-existent configure options
[buildroot-gz.git] / package / lirc-tools / Config.in
blob6eaf8288179f26e9677a30c4dcbcce627b2b7782
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.
16           It requires the kernel LIRC interface driver, make sure to
17           enable the kernel drivers to support your hardware.
19           http://www.lirc.org/
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