mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 08:38:08 +02:00
pco: fix missing csbgen dependency
Signed-off-by: Simon Perretta <simon.perretta@imgtec.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
This commit is contained in:
parent
6bca263a3b
commit
8e707cf3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ libpowervr_compiler = static_library(
|
|||
],
|
||||
# Suppress 'parameter passing for argument of type ... changed in GCC ...' warnings.
|
||||
c_args : [imagination_c_args, no_override_init_args, '-Wno-psabi'],
|
||||
dependencies : [idep_mesautil, idep_nir, idep_pco_pygen, idep_pco_usclib],
|
||||
dependencies : [dep_csbgen, idep_mesautil, idep_nir, idep_pco_pygen, idep_pco_usclib],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
install : false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue