diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-04-29 15:28:34 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-29 15:42:18 +0200 |
| commit | 4aff2d4e9c7afe86e13f977b053ac2834a18f529 (patch) | |
| tree | cd21084521a36a22dfb08acbef5f2d5ba26f3a86 | |
| parent | aeea662fb12e69073a233fe1058287212fbbca33 (diff) | |
| download | buildroot-4aff2d4e9c7afe86e13f977b053ac2834a18f529.tar.gz buildroot-4aff2d4e9c7afe86e13f977b053ac2834a18f529.zip | |
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>
| -rw-r--r-- | package/kodi/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 613cf4846f..6bc81338a1 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -28,7 +28,6 @@ config BR2_PACKAGE_KODI_GL_EGL default y depends on BR2_PACKAGE_HAS_LIBEGL 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" depends on !BR2_PACKAGE_KODI_GL_EGL && !BR2_PACKAGE_KODI_EGL_GLES |

