diff mbox series

[1/2] package/kodi: add comment to display udev dependency for gbm when wayland/x11 are disabled

Message ID 20221002144629.2105385-1-bernd.kuhls@t-online.de
State Accepted
Headers show
Series [1/2] package/kodi: add comment to display udev dependency for gbm when wayland/x11 are disabled | expand

Commit Message

Bernd Kuhls Oct. 2, 2022, 2:46 p.m. UTC
Without this additional comment only the comment

  kodi needs an OpenGL EGL backend with OpenGL or GLES support

is displayed which is not enough to guide users.

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

Comments

Peter Korsgaard Dec. 1, 2022, 8:48 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Without this additional comment only the comment
 >   kodi needs an OpenGL EGL backend with OpenGL or GLES support

 > is displayed which is not enough to guide users.

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
Peter Korsgaard Dec. 7, 2022, 12:44 p.m. UTC | #2
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
 >> Without this additional comment only the comment
 >> kodi needs an OpenGL EGL backend with OpenGL or GLES support

 >> is displayed which is not enough to guide users.

 >> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2022.08.x and 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index 90710683db..7bd8bc2943 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -27,6 +27,9 @@  config BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_GBM
 	depends on BR2_PACKAGE_HAS_UDEV # libinput
 	select BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
 
+comment "kodi needs udev support for gbm"
+	depends on !BR2_PACKAGE_KODI_PLATFORM_SUPPORTS
+
 config BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_WAYLAND
 	bool
 	default y