mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Fix missing headers check
Current Gillab CI fails with: $ ./check_missing_headers.sh spa/monitor/event.h not installed
This commit is contained in:
parent
ee54cb96aa
commit
e17688a43b
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ install_headers(spa_graph_headers,
|
|||
|
||||
spa_monitor_headers = [
|
||||
'monitor/device.h',
|
||||
'monitor/event.h',
|
||||
'monitor/utils.h',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue