gst1-plugins-base: bump to version 1.10.4
[buildroot-gz.git] / package / poppler / Config.in
blobd741f65287e92d78b63c65db4539d194d01e6fae
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 config BR2_PACKAGE_POPPLER_QT5
28         bool "Qt5 support"
29         depends on BR2_PACKAGE_QT5
30         select BR2_PACKAGE_QT5BASE_GUI
31         select BR2_PACKAGE_QT5BASE_WIDGETS
32         select BR2_PACKAGE_QT5BASE_XML
33         help
34           Build Qt support into the Poppler library
36 endif
38 comment "poppler needs a toolchain w/ C++, threads"
39         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS