Import buildroot 2016.02.01
This commit is contained in:
14
firmware/buildroot/package/zxing-cpp/Config.in
Normal file
14
firmware/buildroot/package/zxing-cpp/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
comment "zxing-cpp needs a toolchain w/ C++, dynamic library"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|
||||
|
||||
config BR2_PACKAGE_ZXING_CPP
|
||||
bool "zxing-cpp"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
ZXing-cpp (pronounced "zebra crossing") is an open-source,
|
||||
multi-format 1D/2D barcode image processing library
|
||||
implemented in Java, with ports to other languages. This
|
||||
compiles the C++ port.
|
||||
|
||||
https://github.com/glassechidna/zxing-cpp
|
||||
Reference in New Issue
Block a user