summaryrefslogtreecommitdiffstats
path: root/package/kodi/kodi.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-04-29 15:05:08 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 15:09:13 +0200
commit5f6de270e2224a06f5c9bcaa993b62bfb2b48961 (patch)
tree5456fc713d87923066cc4347375e892256dfb91e /package/kodi/kodi.mk
parentd3849946a3a5992d44b71833faec21dc60669658 (diff)
downloadbuildroot-5f6de270e2224a06f5c9bcaa993b62bfb2b48961.tar.gz
buildroot-5f6de270e2224a06f5c9bcaa993b62bfb2b48961.zip
package/kodi: extend comment about non-RPi options
Suggested by Thomas: http://lists.busybox.net/pipermail/buildroot/2017-April/190767.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: improve wording.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kodi/kodi.mk')
-rw-r--r--package/kodi/kodi.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 12dc3117f8..0b89bdd86a 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -147,7 +147,11 @@ ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
KODI_CONF_OPTS += -DCORE_SYSTEM_NAME=rbpi
KODI_DEPENDENCIES += rpi-userland
else
-# these options only exist on non-rpi systems
+# Kodi considers "rpbi" and "linux" as two separate platforms. The
+# below options, defined in
+# project/cmake/scripts/linux/ArchSetup.cmake are only valid for the
+# "linux" platforms. The "rpbi" platform has a different set of
+# options, defined in project/cmake/scripts/rbpi/
KODI_CONF_OPTS += -DENABLE_LDGOLD=OFF
ifeq ($(BR2_PACKAGE_LIBAMCODEC),y)
KODI_CONF_OPTS += -DENABLE_AML=ON
OpenPOWER on IntegriCloud