mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/kodi: fix typo on BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_X11
Typo was added in 2021 by commit
148e695e37 package/kodi: bump version to 19.0-Matrix
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ce2dd77d00
commit
9c26ee1e58
@@ -250,7 +250,7 @@ config BR2_PACKAGE_KODI_LIBUSB
|
||||
|
||||
config BR2_PACKAGE_KODI_LIBVDPAU
|
||||
bool "vdpau"
|
||||
depends on BR2_PACKAGE_KODI_PLATFORM_X11 && \
|
||||
depends on BR2_PACKAGE_KODI_PLATFORM_SUPPORTS_X11 && \
|
||||
BR2_PACKAGE_KODI_RENDER_SYSTEM_GL
|
||||
select BR2_PACKAGE_LIBVDPAU
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user