summaryrefslogtreecommitdiffstats
path: root/package/kodi-pvr-stalker/Config.in
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-12-03 19:23:10 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-03 23:07:37 +0100
commit7be5653b865938af3fdbcbd1553145a8e90426a1 (patch)
treee3ba9d55003751038fc80ca71461b9aaa2bcf568 /package/kodi-pvr-stalker/Config.in
parent4770baed4fa69e531b495286c7c1f2746e742fa4 (diff)
downloadbuildroot-7be5653b865938af3fdbcbd1553145a8e90426a1.tar.gz
buildroot-7be5653b865938af3fdbcbd1553145a8e90426a1.zip
package/kodi-pvr-stalker: needs libxml2
Since https://git.buildroot.net/buildroot/commit/package/kodi?id=bf9bfd065ba3fab328fd041ca040f2bf134fecf2 kodi itself does not depend on libxml2 anymore which previously provided libxml2 still needed by kodi-pvr-stalker: https://github.com/kodi-pvr/pvr.stalker/blob/Krypton/CMakeLists.txt#L12 Fixes a build error not caught by autobuilders because they do not have host jdk installed: CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kodi-pvr-stalker/Config.in')
-rw-r--r--package/kodi-pvr-stalker/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kodi-pvr-stalker/Config.in b/package/kodi-pvr-stalker/Config.in
index 3ec530cd39..d334d0c2cb 100644
--- a/package/kodi-pvr-stalker/Config.in
+++ b/package/kodi-pvr-stalker/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_KODI_PVR_STALKER
bool "kodi-pvr-stalker"
select BR2_PACKAGE_JSONCPP
select BR2_PACKAGE_KODI_PLATFORM
+ select BR2_PACKAGE_LIBXML2
help
A PVR Client that connects Kodi to Stalker Middleware
OpenPOWER on IntegriCloud