mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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 = [
|
spa_monitor_headers = [
|
||||||
'monitor/device.h',
|
'monitor/device.h',
|
||||||
|
'monitor/event.h',
|
||||||
'monitor/utils.h',
|
'monitor/utils.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue