meson: Fix install paths

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-11-26 15:36:13 +07:00 committed by Arun Raghavan
parent 52bf9e9b84
commit e0f23a41e1
6 changed files with 10 additions and 10 deletions

View file

@ -26,7 +26,7 @@ if udev_dep.found()
libalsa_util_headers += [ '../udev-util.h' ]
endif
libalsa_util = shared_library('libalsa_util',
libalsa_util = shared_library('alsa-util',
libalsa_util_sources,
libalsa_util_headers,
c_args : [pa_c_args, server_c_args],