pps/meson: minor refactor for pps_deps
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38332>
This commit is contained in:
parent
07a182a4bc
commit
894c47e384
1 changed files with 7 additions and 3 deletions
|
|
@ -12,9 +12,13 @@ pps_sources = [
|
|||
include_pps = include_directories('../')
|
||||
|
||||
dep_drm = dependency('libdrm')
|
||||
pps_deps = [dep_drm, dep_perfetto]
|
||||
pps_deps += pps_datasources
|
||||
pps_deps += idep_mesautil
|
||||
|
||||
pps_deps = [
|
||||
dep_drm,
|
||||
dep_perfetto,
|
||||
idep_mesautil,
|
||||
pps_datasources,
|
||||
]
|
||||
|
||||
lib_pps = static_library(
|
||||
'pps',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue