* [Buildroot] [PATCH v2 1/1] package/kodi: Extended comment about non-RPi options
@ 2017-04-29 13:05 Bernd Kuhls
2017-04-29 13:13 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-04-29 13:05 UTC (permalink / raw)
To: buildroot
Suggested by Thomas:
http://lists.busybox.net/pipermail/buildroot/2017-April/190767.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: fixed logic typo in subject
package/kodi/kodi.mk | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 12dc3117f8..80c7c1b074 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -147,7 +147,10 @@ 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
+# The following options are defined only in
+# project/cmake/scripts/linux/ArchSetup.cmake,
+# rbpi uses its own ArchSetup.cmake, located in
+# project/cmake/scripts/rbpi/
KODI_CONF_OPTS += -DENABLE_LDGOLD=OFF
ifeq ($(BR2_PACKAGE_LIBAMCODEC),y)
KODI_CONF_OPTS += -DENABLE_AML=ON
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-29 13:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-29 13:05 [Buildroot] [PATCH v2 1/1] package/kodi: Extended comment about non-RPi options Bernd Kuhls
2017-04-29 13:13 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox