1 config BR2_PACKAGE_POPPLER
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 select BR2_PACKAGE_FONTCONFIG
6 select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
7 select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
9 Poppler is a PDF rendering library based on the xpdf-3.0 code base.
11 http://poppler.freedesktop.org/
13 if BR2_PACKAGE_POPPLER
15 config BR2_PACKAGE_POPPLER_QT
17 depends on BR2_PACKAGE_QT
18 depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405 # Qt GUI module
19 select BR2_PACKAGE_QT_GUI_MODULE
20 select BR2_PACKAGE_QT_XML
22 Build Qt support into the Poppler library
24 comment "poppler Qt support needs a toolchain not affected by Binutils bug 19405"
25 depends on BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19405
29 comment "poppler needs a toolchain w/ C++, threads"
30 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS