xref: /OK3568_Linux_fs/buildroot/package/qpdf/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_QPDF
2*4882a593Smuzhiyun	bool "qpdf"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
6*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
7*4882a593Smuzhiyun	select BR2_PACKAGE_JPEG
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  QPDF is a command-line program that does structural,
10*4882a593Smuzhiyun	  content- preserving transformations on PDF files. It could
11*4882a593Smuzhiyun	  have been called something like pdf-to-pdf. It also provides
12*4882a593Smuzhiyun	  many useful capabilities to developers of PDF-producing
13*4882a593Smuzhiyun	  software or for people who just want to look at the innards
14*4882a593Smuzhiyun	  of a PDF file to learn more about how they work.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  http://qpdf.sourceforge.net/
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "qpdf needs a toolchain w/ C++, wchar, gcc >= 4.7"
19*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
20*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
21