All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/kodi: remove libamcodec support
@ 2018-04-01  7:03 Bernd Kuhls
  2018-04-01  7:03 ` [Buildroot] [PATCH 2/4] package/kodi: remove OpenGL ES support Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Bernd Kuhls @ 2018-04-01  7:03 UTC (permalink / raw)
  To: buildroot

Using the libamcodec package (-DENABLE_AML=ON) is not enough:

-- Could NOT find OpenGLES (missing:  OPENGLES_gl_LIBRARY OPENGLES_egl_LIBRARY OPENGLES_INCLUDE_DIR)
CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find EGL (missing: EGL_LIBRARY EGL_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  modules/FindEGL.cmake:30 (find_package_handle_standard_args)
  scripts/common/Macros.cmake:354 (find_package)
  CMakeLists.txt:208 (core_require_dep)

Libreelec provides pre-compiled OpenGL ES libraries for AML which are
not provided by buildroot:
https://github.com/LibreELEC/LibreELEC.tv/tree/master/packages/graphics/opengl-meson

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi/kodi.mk | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 9d3b65ae91..5af9fe180d 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -72,6 +72,7 @@ KODI_CONF_OPTS += \
 	-DLIBDVDCSS_URL=$(DL_DIR)/$(KODI_LIBDVDCSS_VERSION).tar.gz \
 	-DLIBDVDNAV_URL=$(DL_DIR)/$(KODI_LIBDVDNAV_VERSION).tar.gz \
 	-DLIBDVDREAD_URL=$(DL_DIR)/$(KODI_LIBDVDREAD_VERSION).tar.gz \
+	-DENABLE_AML=OFF \
 	-DENABLE_IMX=OFF
 
 ifeq ($(BR2_ENABLE_LOCALE),)
@@ -186,12 +187,6 @@ else
 # "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
-KODI_DEPENDENCIES += libamcodec
-else
-KODI_CONF_OPTS += -DENABLE_AML=OFF
-endif
 endif
 
 ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
-- 
2.14.2

^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-04-02  4:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-01  7:03 [Buildroot] [PATCH 1/4] package/kodi: remove libamcodec support Bernd Kuhls
2018-04-01  7:03 ` [Buildroot] [PATCH 2/4] package/kodi: remove OpenGL ES support Bernd Kuhls
2018-04-01  7:03 ` [Buildroot] [PATCH 3/4] package/kodi: Rework windowing support options Bernd Kuhls
2018-04-01  7:03 ` [Buildroot] [PATCH 4/4] package/kodi: Add Raspberry Pi to " Bernd Kuhls
2018-04-01  7:17 ` [Buildroot] [PATCH 1/4] package/kodi: remove libamcodec support daggs
2018-04-01  7:25   ` daggs
2018-04-01  7:33     ` Bernd Kuhls
2018-04-01  7:43       ` daggs
2018-04-01  7:55         ` Bernd Kuhls
2018-04-01  8:02           ` daggs
2018-04-01  8:16             ` Bernd Kuhls
2018-04-01  8:27               ` daggs
2018-04-01  8:45                 ` Thomas Petazzoni
2018-04-01 11:41                 ` Bernd Kuhls
2018-04-01 12:20                   ` Arnout Vandecappelle
2018-04-01 12:25                   ` daggs
2018-04-02  4:49                     ` daggs
2018-04-01  8:11           ` Thomas Petazzoni
2018-04-01  8:24             ` daggs
2018-04-01  7:30   ` Bernd Kuhls
2018-04-01  7:59     ` daggs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.