From: David Heidelberg Date: Tue, 12 Nov 2019 13:40:37 +0000 (+0100) Subject: meson: convert to install_headers X-Git-Tag: v13.99.1~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d9d458268fa3dbb8bebe489f7f281a4d2f5a01f;p=platform%2Fupstream%2Fpulseaudio.git meson: convert to install_headers Instead of install_data use correct install_headers Signed-off-by: David Heidelberg --- diff --git a/src/pulse/meson.build b/src/pulse/meson.build index 28c2488..aaebff5 100644 --- a/src/pulse/meson.build +++ b/src/pulse/meson.build @@ -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',