package/xfont_font-cronyx-cyrillic: add hash file
[buildroot-gz.git] / package / zxing-cpp / Config.in
blobc1109219a0c2e48cdf59adf743acbb0cef70f326
1 comment "zxing-cpp needs a toolchain w/ C++, dynamic library"
2         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
4 config BR2_PACKAGE_ZXING_CPP
5         bool "zxing-cpp"
6         depends on !BR2_STATIC_LIBS
7         depends on BR2_INSTALL_LIBSTDCPP
8         help
9           ZXing-cpp (pronounced "zebra crossing") is an open-source,
10           multi-format 1D/2D barcode image processing library
11           implemented in Java, with ports to other languages. This
12           compiles the C++ port.
14           https://github.com/glassechidna/zxing-cpp