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 <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20252>
This commit is contained in:
Gert Wollny 2022-12-14 10:12:49 +01:00
parent 33d878eb58
commit 7c78c346ff

View file

@ -44,6 +44,7 @@ librusticl = shared_library(
dependencies : [
driver_iris,
driver_nouveau,
driver_r600,
driver_panfrost,
driver_radeonsi,
driver_swrast,