mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Add optional libpulse-mainloop-glib
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
065a79ff8c
commit
4325393499
2 changed files with 17 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ soversion = 0
|
|||
# current = minor * 100 + micro
|
||||
libversion = '@0@.@1@.0'.format(soversion, pa_version_minor.to_int() * 100 + pa_version_micro.to_int())
|
||||
|
||||
# The ABI-stable GLib adapter for client applications.
|
||||
# For the version x:y:z always will hold y=z.
|
||||
libpulse_mainloop_glib_version = '0.5.0'
|
||||
|
||||
# Paths
|
||||
|
||||
prefix = get_option('prefix')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue