package/kodi: remove RPi-specific restriction from Config.in

Requested by Thomas:
http://lists.busybox.net/pipermail/buildroot/2017-April/190780.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2017-04-29 15:28:34 +02:00 committed by Thomas Petazzoni
parent aeea662fb1
commit 4aff2d4e9c

View File

@ -28,7 +28,6 @@ config BR2_PACKAGE_KODI_GL_EGL
default y default y
depends on BR2_PACKAGE_HAS_LIBEGL depends on BR2_PACKAGE_HAS_LIBEGL
depends on BR2_PACKAGE_HAS_LIBGL depends on BR2_PACKAGE_HAS_LIBGL
depends on !BR2_PACKAGE_RPI_USERLAND # rpi depends on gles
comment "kodi needs an OpenGL EGL with either an openGL or an OpenGL ES backend" comment "kodi needs an OpenGL EGL with either an openGL or an OpenGL ES backend"
depends on !BR2_PACKAGE_KODI_GL_EGL && !BR2_PACKAGE_KODI_EGL_GLES depends on !BR2_PACKAGE_KODI_GL_EGL && !BR2_PACKAGE_KODI_EGL_GLES