[Buildroot] [PATCH 1/1] package/kodi: add comment that OpenGLES support also needs udev

Bernd Kuhls bernd.kuhls at t-online.de
Sat Aug 7 10:21:06 UTC 2021


For reference:
https://git.buildroot.net/buildroot/tree/package/kodi/Config.in#n26

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/kodi/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index 074a457d1b..bbdef8aefe 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -49,7 +49,7 @@ config BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_X11
 	select BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
 	select BR2_PACKAGE_XLIB_LIBXRANDR
 
-comment "kodi needs an OpenGL EGL backend with OpenGL or GLES support"
+comment "kodi needs an OpenGL EGL backend with OpenGL or GLES/udev support"
 	depends on !BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
 
 menuconfig BR2_PACKAGE_KODI
-- 
2.30.2



More information about the buildroot mailing list