board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / qpdf / Config.in
blobe8ab9ba9693fa9c97a5c4cfeb29ce1778ab270c9
1 config BR2_PACKAGE_QPDF
2         bool "qpdf"
3         depends on BR2_INSTALL_LIBSTDCPP
4         select BR2_PACKAGE_PCRE
5         select BR2_PACKAGE_ZLIB
6         help
7           QPDF is a command-line program that does structural, content-
8           preserving transformations on PDF files. It could have been called
9           something like pdf-to-pdf. It also provides many useful capabilities
10           to developers of PDF-producing software or for people who just want
11           to look at the innards of a PDF file to learn more about how they
12           work.
14           http://qpdf.sourceforge.net/
16 comment "qpdf needs a toolchain w/ C++"
17         depends on !BR2_INSTALL_LIBSTDCPP