summaryrefslogtreecommitdiffstats
path: root/rules/libdmtx.in
blob: f5f46ba14558158857cda6c82fd1ed94ab2588fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## SECTION=multimedia_libs

menuconfig LIBDMTX
	tristate
	prompt "libdmtx                       "
	select PYTHON	if LIBDMTX_PYTHON
	help
	  libdmtx is open source software for reading and writing Data
	  Matrix barcodes on Linux, Unix, OS X, Windows, and mobile
	  devices. At its core libdmtx is a native shared library, allowing
	  C/C++ programs to use its capabilities without extra restrictions
	  or overhead.

if LIBDMTX

config LIBDMTX_DMTXQUERY
	bool
	prompt "install dmtxquery"

config LIBDMTX_DMTXREAD
	bool
	# requires Wand >= 6.2.4
	depends on BROKEN
	prompt "install dmtxread"

config LIBDMTX_DMTXWRITE
	bool
	# requires Wand >= 6.2.4
	depends on BROKEN
	prompt "install dmtxwrite"

config LIBDMTX_PYTHON
	bool
	prompt "enable python bindings"

endif