Explorar el Código

ui: gl: enable swiftshader for riscv64

Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
Rebecca Chang Swee Fun hace 2 años
padre
commit
96cc2bd182
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      ui/gl/features.gni

+ 2 - 1
ui/gl/features.gni

@@ -31,5 +31,6 @@ declare_args() {
                         (is_mac && use_egl) || is_chromeos_ash || is_fuchsia) &&
                        (target_cpu == "x86" || target_cpu == "x64" ||
                         target_cpu == "arm" || target_cpu == "arm64" ||
-                        target_cpu == "mipsel" || target_cpu == "mips64el")
+                        target_cpu == "mipsel" || target_cpu == "mips64el" ||
+                        target_cpu == "riscv64")
 }