mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 05:50:11 +01:00
meson/broadcom: libbroadcom_cle needs expat headers
Fixes: 1ae8018a6a
("meson: Add support for the vc4 driver.")
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
5fdea9f401
commit
85a9698ac3
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],
|
||||
dependencies : [dep_libdrm, dep_valgrind, dep_expat],
|
||||
build_by_default : false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue