Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
source "package/imlib2/Config.in"
source "package/jpeg/Config.in"
source "package/libart/Config.in"
+source "package/libdmtx/Config.in"
source "package/libdrm/Config.in"
source "package/libexif/Config.in"
source "package/libgail/Config.in"
--- /dev/null
+config BR2_PACKAGE_LIBDMTX
+ bool "libdmtx"
+ help
+ libdmtx is a software library that enables programs to read and write
+ Data Matrix barcodes of the modern ECC200 variety.
+
+ http://www.libdmtx.org/
--- /dev/null
+#############################################################
+#
+# libdmtx
+#
+#############################################################
+
+LIBDMTX_VERSION = 0.7.4
+LIBDMTX_SOURCE = libdmtx-$(LIBDMTX_VERSION).tar.gz
+LIBDMTX_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/libdmtx
+LIBDMTX_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))