From: Alyssa Rosenzweig Date: Mon, 5 Aug 2019 15:25:37 +0000 (-0700) Subject: meson: Add panfrost to the --auto list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77295b1fdc2217178666791be9cdd63b93a53236;p=mesa.git meson: Add panfrost to the --auto list Look ma, we're a real driver now! I was waiting until Panfrost stabilises a bit for this, but now that 19.2 is almost here, let's make us official :) Signed-off-by: Alyssa Rosenzweig Reviewed-by: Eric Engestrom --- diff --git a/meson.build b/meson.build index 61fc8649d55..a210b39cd89 100644 --- a/meson.build +++ b/meson.build @@ -158,7 +158,7 @@ if gallium_drivers.contains('auto') elif ['arm', 'aarch64'].contains(host_machine.cpu_family()) gallium_drivers = [ 'kmsro', 'v3d', 'vc4', 'freedreno', 'etnaviv', 'nouveau', - 'tegra', 'virgl', 'lima', 'swrast' + 'tegra', 'virgl', 'lima', 'panfrost', 'swrast' ] else error('Unknown architecture @0@. Please pass -Dgallium-drivers to set driver options. Patches gladly accepted to fix this.'.format(