[packages/kodi] on arm platforms prefer GLES rendering

atler atler at pld-linux.org
Fri Nov 12 01:51:01 CET 2021


commit 3b778467b3f987bd1eb2445cd3adf6f1abf716fd
Author: Jan Palus <atler at pld-linux.org>
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



More information about the pld-cvs-commit mailing list