2021-08-10, 08:11
I'm trying to build kodi Leia on fedora and I get a cmake error at configure:
I tried to add it to cmake command like this:
but it didn't make any difference. Any idea how to fix this?
Code:
CMake Error at cmake/platform/linux/wayland.cmake:13 (message):
You need to decide whether you want to use GL- or GLES-based rendering in
combination with the Wayland windowing system. Please set
WAYLAND_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:32 (include)
Code:
cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DCORE_PLATFORM_NAME=wayland -DAPP_RENDER_SYSTEM=gl -WAYLAND_RENDER_SYSTEM=gl