[pulseaudio-discuss] [PATCH] build-sys: Update meson.build based on recent changes
Tanu Kaskinen
tanuk at iki.fi
Wed May 30 16:20:21 UTC 2018
On Sun, 2018-05-20 at 08:17 +0530, Arun Raghavan wrote:
> Bump the protocol version, and drop (commented out) references to BlueZ
> 4.
> ---
> meson.build | 2 +-
> src/modules/meson.build | 2 --
> 2 files changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/meson.build b/meson.build
> index f215ce366..9308aa9f8 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -12,7 +12,7 @@ pa_version_micro = version_split[2]
> pa_version_major_minor = pa_version_major + '.' + pa_version_minor
>
> pa_api_version = 12
> -pa_protocol_version = 31
> +pa_protocol_version = 33
>
> apiversion = '1.0'
> soversion = 0
> diff --git a/src/modules/meson.build b/src/modules/meson.build
> index 3d6b53fe8..339f6d013 100644
> --- a/src/modules/meson.build
> +++ b/src/modules/meson.build
> @@ -6,8 +6,6 @@ all_modules = [
> [ 'module-augment-properties', 'module-augment-properties.c' ],
> [ 'module-bluetooth-discover', 'bluetooth/module-bluetooth-discover.c' ],
> [ 'module-bluetooth-policy', 'bluetooth/module-bluetooth-policy.c' ],
> -# [ 'module-bluez4-device', 'bluetooth/module-bluez4-device.c' ],
> -# [ 'module-bluez4-discover', 'bluetooth/module-bluez4-discover.c' ],
> # [ 'module-bluez5-device', 'bluetooth/module-bluez5-device.c' ],
> # [ 'module-bluez5-discover', 'bluetooth/module-bluez5-discover.c' ],
> # [ 'module-bonjour-publish', 'macosx/module-bonjour-publish.c' ],
Looks good to me.
--
Tanu
https://liberapay.com/tanuk
https://www.patreon.com/tanuk
More information about the pulseaudio-discuss
mailing list