mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-26 08:56:42 -05:00
meson: Fix install paths
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
52bf9e9b84
commit
e0f23a41e1
6 changed files with 10 additions and 10 deletions
|
|
@ -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],
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ if get_option('bluez5-ofono-headset')
|
|||
libbluez5_util_sources += [ 'backend-ofono.c' ]
|
||||
endif
|
||||
|
||||
libbluez5_util = shared_library('libbluez5_util',
|
||||
libbluez5_util = shared_library('bluez5-util',
|
||||
libbluez5_util_sources,
|
||||
libbluez5_util_headers,
|
||||
c_args : [pa_c_args, server_c_args],
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ libwebrtc_util_sources = [
|
|||
'webrtc.cc'
|
||||
]
|
||||
|
||||
libwebrtc_util = static_library('libwebrtc_util',
|
||||
libwebrtc_util = static_library('webrtc-util',
|
||||
libwebrtc_util_sources,
|
||||
cpp_args : [pa_c_args, server_c_args],
|
||||
include_directories : [configinc, topinc],
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ libraop_headers = [
|
|||
'raop-util.h',
|
||||
]
|
||||
|
||||
libraop = shared_library('libraop',
|
||||
libraop = shared_library('raop',
|
||||
libraop_sources,
|
||||
libraop_headers,
|
||||
c_args : [pa_c_args, server_c_args],
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ librtp_headers = [
|
|||
'headerlist.h',
|
||||
]
|
||||
|
||||
librtp = shared_library('librtp',
|
||||
librtp = shared_library('rtp',
|
||||
librtp_sources,
|
||||
librtp_headers,
|
||||
c_args : [pa_c_args, server_c_args],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue