meson: Install vala apis

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-11-05 12:17:37 +07:00 committed by Arun Raghavan
parent 0db18ba7d9
commit 3a91cb1c29
2 changed files with 13 additions and 0 deletions

10
vala/meson.build Normal file
View file

@ -0,0 +1,10 @@
vala_apis = [
'libpulse',
'libpulse-mainloop-glib',
'libpulse-simple',
]
foreach api : vala_apis
install_data(api + '.deps', api + '.vapi',
install_dir : vapidir)
endforeach