Ver Fonte

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

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 8aa68a529ecdcf6f83d81a71863d59eb2147522b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls há 2 anos atrás
pai
commit
f91c90e080
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      package/kodi/Config.in

+ 3 - 0
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