gitlab-ci: add make Gallium Drivers RadeonSI build
[mesa.git] / meson.build
index b83cc21a328c3a029e760c7316a86acaeee6dccf..8c24ef268f3b2f69b7eeeaa573746930153c97e7 100644 (file)
@@ -132,7 +132,7 @@ if _drivers.contains('auto')
     elif ['arm', 'aarch64'].contains(host_machine.cpu_family())
       _drivers = [
         'kmsro', 'v3d', 'vc4', 'freedreno', 'etnaviv', 'nouveau',
-        'tegra', 'virgl', 'swrast', 'panfrost'
+        'tegra', 'virgl', 'swrast'
       ]
     else
       error('Unknown architecture @0@. Please pass -Dgallium-drivers to set driver options. Patches gladly accepted to fix this.'.format(