mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
install extensions and server headers
This commit is contained in:
parent
849e0599b6
commit
d1e26fea30
3 changed files with 7 additions and 0 deletions
5
pipewire/extensions/meson.build
Normal file
5
pipewire/extensions/meson.build
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
pipewire_ext_headers = [
|
||||||
|
'client-node.h',
|
||||||
|
]
|
||||||
|
|
||||||
|
install_headers(pipewire_ext_headers, subdir : 'pipewire/extensions')
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
subdir('client')
|
subdir('client')
|
||||||
|
subdir('extensions')
|
||||||
subdir('server')
|
subdir('server')
|
||||||
subdir('daemon')
|
subdir('daemon')
|
||||||
subdir('tools')
|
subdir('tools')
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ libpipewirecore_c_args = [
|
||||||
'-D_GNU_SOURCE',
|
'-D_GNU_SOURCE',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
install_headers(pipewirecore_headers, subdir : 'pipewire/server')
|
||||||
|
|
||||||
libpipewirecore = shared_library('pipewirecore-@0@'.format(apiversion), pipewirecore_sources,
|
libpipewirecore = shared_library('pipewirecore-@0@'.format(apiversion), pipewirecore_sources,
|
||||||
version : libversion,
|
version : libversion,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue