From 3b958f65ca890fa8dffe89db1a025281629d689b Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Sun, 25 Sep 2022 01:16:49 +0200 Subject: [PATCH] rusticl: enable radeonsi Signed-off-by: Karol Herbst Reviewed-by: Pierre-Eric Pelloux-Prayer 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 279951a782c..4011c9a47e6 100644 --- a/src/gallium/targets/rusticl/meson.build +++ b/src/gallium/targets/rusticl/meson.build @@ -45,6 +45,7 @@ librusticl = shared_library( driver_iris, driver_nouveau, driver_panfrost, + driver_radeonsi, driver_swrast, idep_nir, ],