package/aubio: add libsndfile optional dependency
[buildroot-gz.git] / package / lightning / Config.in
blobd85c964e189b0437ed76fe91c8e4613e3a270037
1 comment "lightning needs a toolchain w/ dynamic library"
2         depends on BR2_sparc || BR2_i386 || BR2_x86_64 || BR2_mips || \
3                 BR2_mipsel || BR2_arm || BR2_powerpc
4         depends on BR2_STATIC_LIBS
6 config BR2_PACKAGE_LIGHTNING
7         bool "lightning"
8         depends on BR2_sparc || BR2_i386 || BR2_x86_64 || BR2_mips || \
9                 BR2_mipsel || BR2_arm || BR2_powerpc
10         depends on !BR2_STATIC_LIBS
11         help
12           GNU lightning is a library that generates
13           assembly language code at run-time.
15           https://www.gnu.org/software/lightning/
17 if BR2_PACKAGE_LIGHTNING
19 config BR2_PACKAGE_LIGHTNING_DISASSEMBLER
20         bool "enable disassembler"
21         select BR2_PACKAGE_BINUTILS
22         select BR2_PACKAGE_ZLIB
23         depends on !BR2_nios2 # binutils
24         depends on BR2_USE_WCHAR # binutils
25         help
26           Enable the GNU lightning disassembler.
28 comment "lightning disassembler needs a toolchain w/ wchar"
29         depends on !BR2_nios2
30         depends on !BR2_USE_WCHAR
32 endif