From 7c78c346ff86b16e5e8dec09b6ee5209719e44c8 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Wed, 14 Dec 2022 10:12:49 +0100 Subject: [PATCH] rusticl: compile r600 driver To really use the driver it still needs to be enabled with export RUSTICL_ENABLE=r600 Signed-off-by: Gert Wollny 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 4011c9a47e6..5bf476a91ab 100644 --- a/src/gallium/targets/rusticl/meson.build +++ b/src/gallium/targets/rusticl/meson.build @@ -44,6 +44,7 @@ librusticl = shared_library( dependencies : [ driver_iris, driver_nouveau, + driver_r600, driver_panfrost, driver_radeonsi, driver_swrast,