summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2018-05-20 08:08:42 +0530
committerArun Raghavan <arun@arunraghavan.net>2018-05-31 19:01:57 +0530
commit7f73977ac47686796bc4293ee2fdaa6ca35ba743 (patch)
tree34d9c6ebc0a3c6b9db48bf5dd224ac8ef953478f
parent8bd91939aca270268319833b9b6cb0701e41f69b (diff)
downloadpulseaudio-7f73977ac47686796bc4293ee2fdaa6ca35ba743.tar.gz
build-sys: Update meson.build based on recent changes
Bump the protocol version, and drop (commented out) references to BlueZ 4.
-rw-r--r--meson.build2
-rw-r--r--src/modules/meson.build2
2 files changed, 1 insertions, 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' ],