broadcom: remove v3dv3 from neon library

No need to build the simulator with NEON; and also v3dv3 simulator
is not for VC4, so don't inherit v3dv3 requirement when building vc4
driver.

Fixes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5126
Fixes: d198e26a1e ("broadcom/common: move v3d_tiling to common")
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12078>
(cherry picked from commit fe9d2d2046)
This commit is contained in:
Juan A. Suarez Romero 2021-07-27 13:45:27 +02:00 committed by Dylan Baker
parent 72eeeba333
commit ebcd657099
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
"description": "broadcom: remove v3dv3 from neon library",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "d198e26a1ebc32c43e5bef10dcf0f8cc3234301d"
},

View file

@ -65,7 +65,7 @@ libv3d_neon = static_library(
],
c_args : [v3d_args, v3d_neon_c_args],
gnu_symbol_visibility : 'hidden',
dependencies : [dep_v3dv3, dep_libdrm, dep_valgrind, idep_nir_headers],
dependencies : [dep_libdrm, dep_valgrind, idep_nir_headers],
)
libbroadcom_v3d = static_library(