btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / poppler / Config.in
blob2ca3ff62b57ca2f327169fd1199a034fa74e2302
1 config BR2_PACKAGE_POPPLER
2         bool "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
8         help
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
16         bool "Qt support"
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
21         help
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
27 endif
29 comment "poppler needs a toolchain w/ C++, threads"
30         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS