mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Install jack headers
This commit is contained in:
parent
228bc444cf
commit
bd6d72be8f
1 changed files with 3 additions and 0 deletions
|
|
@ -1,2 +1,5 @@
|
|||
jack_inc = include_directories('.')
|
||||
if get_option('jack-devel').enabled()
|
||||
install_subdir('jack', install_dir: get_option('includedir'), strip_directory: false)
|
||||
endif
|
||||
subdir('src')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue