From 13adc3a805f35f838afb5644a7d8db2c51428416 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Thu, 20 Sep 2018 15:30:20 +0700 Subject: [PATCH] meson: Comment bluez5 modules for now Signed-off-by: Arnaud Rebillout --- src/modules/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/meson.build b/src/modules/meson.build index f01f29260..fd9f082c0 100644 --- a/src/modules/meson.build +++ b/src/modules/meson.build @@ -6,8 +6,8 @@ all_modules = [ [ 'module-always-sink', 'module-always-sink.c' ], [ 'module-always-source', 'module-always-source.c' ], [ 'module-augment-properties', 'module-augment-properties.c' ], - [ 'module-bluetooth-discover', 'bluetooth/module-bluetooth-discover.c' ], - [ 'module-bluetooth-policy', 'bluetooth/module-bluetooth-policy.c' ], +# [ 'module-bluetooth-discover', 'bluetooth/module-bluetooth-discover.c' ], +# [ 'module-bluetooth-policy', 'bluetooth/module-bluetooth-policy.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' ],