mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
meson: convert to install_headers
Instead of install_data use correct install_headers Signed-off-by: David Heidelberg <david@ixit.cz>
This commit is contained in:
parent
5231483432
commit
4d9d458268
1 changed files with 2 additions and 2 deletions
|
|
@ -86,9 +86,9 @@ libpulse = shared_library('pulse',
|
|||
|
||||
libpulse_dep = declare_dependency(link_with: libpulse)
|
||||
|
||||
install_data(
|
||||
install_headers(
|
||||
libpulse_headers, 'simple.h',
|
||||
install_dir : join_paths(includedir, 'pulse')
|
||||
subdir : 'pulse'
|
||||
)
|
||||
|
||||
libpulse_simple = shared_library('pulse-simple',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue