package/poco: PDF needs XML, JSON and Util

PDF needs XML, JSON and Util since version 1.9.0 and
c5acb2ac27

Fixes:
 - http://autobuild.buildroot.org/results/294b604a0e37aafbe085f0e6f0d1a83ab110c3a4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2020-02-29 11:17:43 +01:00 committed by Yann E. MORIN
parent d0063f2ff1
commit 2f813df3d9

View File

@ -54,6 +54,9 @@ config BR2_PACKAGE_POCO_CPP_PARSER
config BR2_PACKAGE_POCO_PDF
bool "pdf"
select BR2_PACKAGE_POCO_JSON
select BR2_PACKAGE_POCO_UTIL
select BR2_PACKAGE_POCO_XML
config BR2_PACKAGE_POCO_REDIS
bool "redis"