xref: /OK3568_Linux_fs/buildroot/package/zxing-cpp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "zxing-cpp needs a toolchain w/ C++, dynamic library"
2*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunconfig BR2_PACKAGE_ZXING_CPP
5*4882a593Smuzhiyun	bool "zxing-cpp"
6*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
7*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  ZXing-cpp (pronounced "zebra crossing") is an open-source,
10*4882a593Smuzhiyun	  multi-format 1D/2D barcode image processing library
11*4882a593Smuzhiyun	  implemented in Java, with ports to other languages. This
12*4882a593Smuzhiyun	  compiles the C++ port.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  https://github.com/glassechidna/zxing-cpp
15