mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Drop patches which are no longer required. Verified license remains Apache-2.0 after hash change. Rework config options for 1.4.0. Add new host-pkgconf and stb build dependency. Drop optional libiconv dependency which is no longer used. Add optional python module support. Add optional qt5 support. Add optional opencv4 support. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
563 B
Plaintext
17 lines
563 B
Plaintext
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
|
|
select BR2_PACKAGE_STB
|
|
select BR2_PACKAGE_PYTHON_PYBIND if BR2_PACKAGE_PYTHON3
|
|
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
|