From f91c90e080b270082f077688e8ceb5599dc802a3 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 2 Oct 2022 16:46:28 +0200 Subject: [PATCH] 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 Signed-off-by: Peter Korsgaard (cherry picked from commit 8aa68a529ecdcf6f83d81a71863d59eb2147522b) Signed-off-by: Peter Korsgaard --- package/kodi/Config.in | 3 +++ 1 file changed, 3 insertions(+) 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