]> git.pld-linux.org Git - packages/kodi.git/commitdiff
on arm platforms prefer GLES rendering
authorJan Palus <atler@pld-linux.org>
Fri, 12 Nov 2021 00:49:47 +0000 (01:49 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 12 Nov 2021 00:49:47 +0000 (01:49 +0100)
kodi.spec

index 3829193fa795108c7afc9e526ef255c76a2b5c9b..dec39bde817a623661a3e5fe7b1b2b594762f849 100644 (file)
--- a/kodi.spec
+++ b/kodi.spec
 %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
This page took 0.052012 seconds and 4 git commands to generate.