aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-11-26 17:33:11 +0700
committerArun Raghavan <arun@arunraghavan.net>2019-06-08 12:03:03 +0200
commit71c24862e7414b42f032d3fbe6099dcef7d72681 (patch)
tree139541f3c541f4bec497baae6c99316aa1d1742e
parent538229633f46d970e77e4b28db563da38f18a7cc (diff)
downloadpulseaudio-71c24862e7414b42f032d3fbe6099dcef7d72681.tar.gz
meson: Install headers
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
-rw-r--r--src/pulse/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulse/meson.build b/src/pulse/meson.build
index f0db2da3..72ca6744 100644
--- a/src/pulse/meson.build
+++ b/src/pulse/meson.build
@@ -78,6 +78,10 @@ libpulse = shared_library('pulse',
libpulse_dep = declare_dependency(link_with: libpulse)
+install_data(libpulse_headers,
+ install_dir : join_paths(includedir, 'pulse')
+)
+
libpulse_simple = shared_library('pulse-simple',
'simple.c',
'simple.h',