mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
meson: Fix library versioning to match Autotools
For ease of maintaining both build systems, use the same version info sequences as configure.ac. This should be simplified after Autotools has been dropped.
This commit is contained in:
parent
09231eaead
commit
8e98ed9493
2 changed files with 28 additions and 14 deletions
|
|
@ -68,10 +68,9 @@ endif
|
|||
libpulse = shared_library('pulse',
|
||||
libpulse_sources,
|
||||
libpulse_headers,
|
||||
version : libversion,
|
||||
version : libpulse_version,
|
||||
include_directories : [configinc, topinc],
|
||||
c_args : [pa_c_args],
|
||||
soversion : soversion,
|
||||
install : true,
|
||||
dependencies : [libm_dep, thread_dep, libpulsecommon_dep, dbus_dep],
|
||||
implicit_include_directories : false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue