summaryrefslogtreecommitdiffstats
path: root/rules/qpdf.in
blob: 387e49166aa5e6296acd4088e462fdb8a965f736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=system_libraries

menuconfig QPDF
	tristate
	prompt "qpdf                          "

	select LIBJPEG
	select ZLIB

	help
	  QPDF is a library that can be used to linearize (web-optimize),
	  encrypt (password-protect), decrypt, and inspect PDF files.

if QPDF

config QPDF_TOOLS
	bool "install tools"
	help
	  Install the tools. Those include qpdf, zlib-flate, and fix-qdf.

endif
# vim: ft=kconfig ts=8 noet tw=80