mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
meson/broadcom: libbroadcom_cle also needs zlib
Fixes:1ae8018a6a("meson: Add support for the vc4 driver.") Reviewed-by: Eric Anholt <eric@anholt.net> (cherry picked from commitd0eebda990)
This commit is contained in:
parent
5e100b6ba7
commit
325ef15f26
1 changed files with 1 additions and 1 deletions
|
|
@ -58,6 +58,6 @@ libbroadcom_cle = static_library(
|
|||
'v3d_decoder.c',
|
||||
include_directories : [inc_common, inc_broadcom],
|
||||
c_args : [c_vis_args, no_override_init_args],
|
||||
dependencies : [dep_libdrm, dep_valgrind, dep_expat],
|
||||
dependencies : [dep_libdrm, dep_valgrind, dep_expat, dep_zlib],
|
||||
build_by_default : false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue