a3f699a80fb01afe7b8eb1f164d132881631a638
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / schifra / Config.in
1 config BR2_PACKAGE_SCHIFRA
2         bool "schifra"
3         depends on BR2_INSTALL_LIBSTDCPP
4         # Upstream keep changing the tarball without doing new
5         # releases. This is not acceptable for Buildroot, as
6         # reproducible builds are very important.
7         depends on BR2_BROKEN
8         help
9           Schifra is a very robust, highly optimized and extremely configurable
10           Reed-Solomon error correcting code library for both software and IP
11           core based applications with implementations in C++ and VHDL.
12
13           http://www.schifra.com/
14
15 if BR2_PACKAGE_SCHIFRA
16
17 config BR2_PACKAGE_SCHIFRA_EXAMPLES
18         bool "schifra examples"
19         help
20           Build and install the schifra example applications.
21
22 endif
23
24 comment "schifra needs a toolchain w/ C++"
25         depends on BR2_BROKEN
26         depends on !BR2_INSTALL_LIBSTDCPP