commit 3b778467b3f987bd1eb2445cd3adf6f1abf716fd
Author: Jan Palus <[email protected]>
Date:   Fri Nov 12 01:49:47 2021 +0100

    on arm platforms prefer GLES rendering

 kodi.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/kodi.spec b/kodi.spec
index 3829193..dec39bd 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -12,7 +12,11 @@
 %bcond_without optical_drive   # optical drive
 %bcond_without upnp            # UPnP support
 %bcond_without x11             # X11 platform
+%ifarch %{arm} aarch64
+%bcond_without gles            # OpenGL rendering
+%else
 %bcond_with    gles            # OpenGLES rendering
+%endif
 %bcond_without wayland         # Wayland platform
 # System libs:
 %bcond_without system_ffmpeg   # build with system ffmpeg
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kodi.git/commitdiff/3b778467b3f987bd1eb2445cd3adf6f1abf716fd

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to