package/poco: PDF needs XML, JSON and Util
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 29 Feb 2020 10:17:43 +0000 (11:17 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 29 Feb 2020 16:27:28 +0000 (17:27 +0100)
PDF needs XML, JSON and Util since version 1.9.0 and
https://github.com/pocoproject/poco/commit/c5acb2ac27a81a429e146780769f965e8284cadc

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>
package/poco/Config.in

index 7e1257146c81fb6fb6c198ab673ae46c57ab4c22..f8f921de04ea2df9c1cb12a0d6c75423224da10f 100644 (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"