mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -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' ]
|
libalsa_util_headers += [ '../udev-util.h' ]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libalsa_util = shared_library('libalsa_util',
|
libalsa_util = shared_library('alsa-util',
|
||||||
libalsa_util_sources,
|
libalsa_util_sources,
|
||||||
libalsa_util_headers,
|
libalsa_util_headers,
|
||||||
c_args : [pa_c_args, server_c_args],
|
c_args : [pa_c_args, server_c_args],
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ if get_option('bluez5-ofono-headset')
|
||||||
libbluez5_util_sources += [ 'backend-ofono.c' ]
|
libbluez5_util_sources += [ 'backend-ofono.c' ]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libbluez5_util = shared_library('libbluez5_util',
|
libbluez5_util = shared_library('bluez5-util',
|
||||||
libbluez5_util_sources,
|
libbluez5_util_sources,
|
||||||
libbluez5_util_headers,
|
libbluez5_util_headers,
|
||||||
c_args : [pa_c_args, server_c_args],
|
c_args : [pa_c_args, server_c_args],
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ libwebrtc_util_sources = [
|
||||||
'webrtc.cc'
|
'webrtc.cc'
|
||||||
]
|
]
|
||||||
|
|
||||||
libwebrtc_util = static_library('libwebrtc_util',
|
libwebrtc_util = static_library('webrtc-util',
|
||||||
libwebrtc_util_sources,
|
libwebrtc_util_sources,
|
||||||
cpp_args : [pa_c_args, server_c_args],
|
cpp_args : [pa_c_args, server_c_args],
|
||||||
include_directories : [configinc, topinc],
|
include_directories : [configinc, topinc],
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ libraop_headers = [
|
||||||
'raop-util.h',
|
'raop-util.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
libraop = shared_library('libraop',
|
libraop = shared_library('raop',
|
||||||
libraop_sources,
|
libraop_sources,
|
||||||
libraop_headers,
|
libraop_headers,
|
||||||
c_args : [pa_c_args, server_c_args],
|
c_args : [pa_c_args, server_c_args],
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ librtp_headers = [
|
||||||
'headerlist.h',
|
'headerlist.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
librtp = shared_library('librtp',
|
librtp = shared_library('rtp',
|
||||||
librtp_sources,
|
librtp_sources,
|
||||||
librtp_headers,
|
librtp_headers,
|
||||||
c_args : [pa_c_args, server_c_args],
|
c_args : [pa_c_args, server_c_args],
|
||||||
|
|
|
||||||
|
|
@ -182,7 +182,7 @@ libpulsecore_dep = declare_dependency(link_with: libpulsecore)
|
||||||
# Internal libraries for modules
|
# Internal libraries for modules
|
||||||
# TODO: understand 'c_args' and 'dependencies' better, maybe we can remove some
|
# TODO: understand 'c_args' and 'dependencies' better, maybe we can remove some
|
||||||
|
|
||||||
libavahi_wrap = shared_library('avahi_wrap',
|
libavahi_wrap = shared_library('avahi-wrap',
|
||||||
'avahi-wrap.c',
|
'avahi-wrap.c',
|
||||||
'avahi-wrap.h',
|
'avahi-wrap.h',
|
||||||
c_args : [pa_c_args, server_c_args, database_c_args],
|
c_args : [pa_c_args, server_c_args, database_c_args],
|
||||||
|
|
@ -205,7 +205,7 @@ libcli = shared_library('cli',
|
||||||
|
|
||||||
libcli_dep = declare_dependency(link_with: libcli)
|
libcli_dep = declare_dependency(link_with: libcli)
|
||||||
|
|
||||||
libprotocol_cli = shared_library('protocol_cli',
|
libprotocol_cli = shared_library('protocol-cli',
|
||||||
'protocol-cli.c',
|
'protocol-cli.c',
|
||||||
'protocol-cli.h',
|
'protocol-cli.h',
|
||||||
c_args : [pa_c_args, server_c_args, database_c_args],
|
c_args : [pa_c_args, server_c_args, database_c_args],
|
||||||
|
|
@ -215,7 +215,7 @@ libprotocol_cli = shared_library('protocol_cli',
|
||||||
install_dir : modlibexecdir,
|
install_dir : modlibexecdir,
|
||||||
)
|
)
|
||||||
|
|
||||||
libprotocol_http = shared_library('protocol_http',
|
libprotocol_http = shared_library('protocol-http',
|
||||||
['protocol-http.c', 'mime-type.c'],
|
['protocol-http.c', 'mime-type.c'],
|
||||||
['protocol-http.h', 'mime-type.h'],
|
['protocol-http.h', 'mime-type.h'],
|
||||||
c_args : [pa_c_args, server_c_args, database_c_args],
|
c_args : [pa_c_args, server_c_args, database_c_args],
|
||||||
|
|
@ -225,7 +225,7 @@ libprotocol_http = shared_library('protocol_http',
|
||||||
install_dir : modlibexecdir,
|
install_dir : modlibexecdir,
|
||||||
)
|
)
|
||||||
|
|
||||||
libprotocol_native = shared_library('protocol_native',
|
libprotocol_native = shared_library('protocol-native',
|
||||||
'protocol-native.c',
|
'protocol-native.c',
|
||||||
['protocol-native.h', 'native-common.h'],
|
['protocol-native.h', 'native-common.h'],
|
||||||
c_args : [pa_c_args, server_c_args, database_c_args],
|
c_args : [pa_c_args, server_c_args, database_c_args],
|
||||||
|
|
@ -235,7 +235,7 @@ libprotocol_native = shared_library('protocol_native',
|
||||||
install_dir : modlibexecdir,
|
install_dir : modlibexecdir,
|
||||||
)
|
)
|
||||||
|
|
||||||
libprotocol_simple = shared_library('protocol_simple',
|
libprotocol_simple = shared_library('protocol-simple',
|
||||||
'protocol-simple.c',
|
'protocol-simple.c',
|
||||||
'protocol-simple.h',
|
'protocol-simple.h',
|
||||||
c_args : [pa_c_args, server_c_args, database_c_args],
|
c_args : [pa_c_args, server_c_args, database_c_args],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue