[pulseaudio-discuss] [PATCH] build-sys: Update meson.build based on recent changes

Arun Raghavan arun at arunraghavan.net
Sun May 20 02:47:15 UTC 2018


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' ],
-- 
2.17.0



More information about the pulseaudio-discuss mailing list