Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 700506 - media-tv/kodi-9999 USE=X - CMake Error at cmake/platform/linux/x11.cmake:13 (message): You need to decide whether you want to use GL- or GLES-based rendering in combination with the X11 windowing system. Please set X11_RENDER_SYSTEM to either "gl" or ..
Summary: media-tv/kodi-9999 USE=X - CMake Error at cmake/platform/linux/x11.cmake:13 (...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-18 19:36 UTC by Michael Cook
Modified: 2019-11-19 12:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Cook 2019-11-18 19:36:55 UTC
https://github.com/xbmc/xbmc/pull/16510

I get this now:

CMake Error at cmake/platform/linux/x11.cmake:13 (message):
  You need to decide whether you want to use GL- or GLES-based rendering in
  combination with the X11 windowing system.  Please set X11_RENDER_SYSTEM to
  either "gl" or "gles".  For normal desktop systems, you will usually want
  to use "gl".
Call Stack (most recent call first):
  cmake/scripts/common/Platform.cmake:28 (include)
  CMakeLists.txt:33 (include)


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-11-19 12:43:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21111ffd50cfb503f51ba4a5bb46c763ff37b1d8

commit 21111ffd50cfb503f51ba4a5bb46c763ff37b1d8
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-11-19 12:40:35 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-11-19 12:43:33 +0000

    media-tv/kodi: When x11, set GL or GLES
    
    See https://github.com/xbmc/xbmc/pull/16510
    Closes: https://bugs.gentoo.org/700506
    Package-Manager: Portage-2.3.79, Repoman-2.3.18
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 media-tv/kodi/kodi-9999.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)