From e5bb32da9859848ddc6b3e60d80e9cd91676cc92 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Sat, 23 Sep 2023 12:03:10 +0200 Subject: [PATCH] rusticl: enable v3d Reviewed-by: Iago Toral Quiroga Part-of: --- src/gallium/targets/rusticl/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/rusticl/meson.build b/src/gallium/targets/rusticl/meson.build index 7bb918fcd6c..bcd3641fe5c 100644 --- a/src/gallium/targets/rusticl/meson.build +++ b/src/gallium/targets/rusticl/meson.build @@ -57,6 +57,7 @@ librusticl = shared_library( driver_panfrost, driver_radeonsi, driver_swrast, + driver_v3d, driver_zink, idep_nir, idep_vtn,