2013-04-16 12:48:04 +02:00
|
|
|
config BR2_PACKAGE_POPPLER
|
|
|
|
bool "poppler"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-10-14 09:14:52 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-04-16 12:48:04 +02:00
|
|
|
select BR2_PACKAGE_FONTCONFIG
|
|
|
|
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
|
|
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
|
|
|
help
|
2014-03-07 22:58:15 +01:00
|
|
|
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
|
2013-04-16 12:48:04 +02:00
|
|
|
|
2014-03-07 22:58:15 +01:00
|
|
|
http://poppler.freedesktop.org/
|
2013-04-16 12:48:04 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "poppler needs a toolchain w/ C++, threads"
|
2013-10-14 09:14:52 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|