The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / poppler / Config.in
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.
10
11           http://poppler.freedesktop.org/
12
13 if BR2_PACKAGE_POPPLER
14
15 config BR2_PACKAGE_POPPLER_QT
16         bool "Qt support"
17         depends on BR2_PACKAGE_QT
18         select BR2_PACKAGE_QT_GUI_MODULE
19         select BR2_PACKAGE_QT_XML
20         help
21           Build Qt support into the Poppler library
22
23 endif
24
25 comment "poppler needs a toolchain w/ C++, threads"
26         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS