mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 17:00:38 +02:00
pps/meson: amend missing util deps for os_get_option usage
..otherwise -Dperfetto=true fails to build
Fixes: 222b85328e ("mesa: replace most occurrences of getenv() with os_get_option()")
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38332>
This commit is contained in:
parent
87550fc657
commit
07a182a4bc
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ include_pps = include_directories('../')
|
|||
dep_drm = dependency('libdrm')
|
||||
pps_deps = [dep_drm, dep_perfetto]
|
||||
pps_deps += pps_datasources
|
||||
pps_deps += idep_mesautil
|
||||
|
||||
lib_pps = static_library(
|
||||
'pps',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue