mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
meson: Install headers
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
538229633f
commit
71c24862e7
1 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,10 @@ libpulse = shared_library('pulse',
|
||||||
|
|
||||||
libpulse_dep = declare_dependency(link_with: libpulse)
|
libpulse_dep = declare_dependency(link_with: libpulse)
|
||||||
|
|
||||||
|
install_data(libpulse_headers,
|
||||||
|
install_dir : join_paths(includedir, 'pulse')
|
||||||
|
)
|
||||||
|
|
||||||
libpulse_simple = shared_library('pulse-simple',
|
libpulse_simple = shared_library('pulse-simple',
|
||||||
'simple.c',
|
'simple.c',
|
||||||
'simple.h',
|
'simple.h',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue