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:
Simon Perretta 2025-08-05 09:55:36 +01:00 committed by Marge Bot
parent 6bca263a3b
commit 8e707cf3cc

View file

@ -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,
)