summaryrefslogtreecommitdiffstats
path: root/package/zxing/Config.in
diff options
context:
space:
mode:
authorFrank Hunleth <fhunleth@troodon-software.com>2012-03-25 14:15:40 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-06-24 18:36:37 +0200
commit47aa58a4ddd3774fa78acffbf85384c558b7f2dd (patch)
treeffe5bfc27e1611955d14fbc207dad1cd1de53fd5 /package/zxing/Config.in
parent5016aa02fb51dbd73461f65ed8c7d9b52539a988 (diff)
downloadbuildroot-novena-47aa58a4ddd3774fa78acffbf85384c558b7f2dd.tar.gz
buildroot-novena-47aa58a4ddd3774fa78acffbf85384c558b7f2dd.zip
New package: zxing
[Peter: build using make instead of scons, fixup whitespace, target install] Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/zxing/Config.in')
-rw-r--r--package/zxing/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/zxing/Config.in b/package/zxing/Config.in
new file mode 100644
index 000000000..c1d342c71
--- /dev/null
+++ b/package/zxing/Config.in
@@ -0,0 +1,14 @@
+comment "zxing requires a toolchain with C++ support"
+ depends on !BR2_INSTALL_LIBSTDCPP
+
+config BR2_PACKAGE_ZXING
+ bool "zxing"
+ depends on BR2_INSTALL_LIBSTDCPP
+ select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
+ help
+ ZXing (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.
+
+ http://code.google.com/p/zxing/