Skip to content
Snippets Groups Projects
Commit fe9d2d20 authored by Juan A. Suárez's avatar Juan A. Suárez Committed by Marge Bot
Browse files

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: mesa/mesa#5126


Fixes: d198e26a ("broadcom/common: move v3d_tiling to common")
Reviewed-by: default avatarAlejandro Piñeiro <apinheiro@igalia.com>
Signed-off-by: default avatarJuan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <mesa/mesa!12078>
parent 86111fdc
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment