From b05e34e092d5f40ff9a305fea181bd2308829824 Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Wed, 6 Apr 2022 08:15:13 +0200 Subject: bluez5-util: move pa_bluetooth_discovery to header Part-of: --- src/modules/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/meson.build') diff --git a/src/modules/meson.build b/src/modules/meson.build index 1e12569dc..c4e53d6d9 100644 --- a/src/modules/meson.build +++ b/src/modules/meson.build @@ -123,7 +123,7 @@ if cdata.has('HAVE_BLUEZ_5') all_modules += [ [ 'module-bluetooth-discover', 'bluetooth/module-bluetooth-discover.c' ], [ 'module-bluetooth-policy', 'bluetooth/module-bluetooth-policy.c', [], [], [dbus_dep] ], - [ 'module-bluez5-device', 'bluetooth/module-bluez5-device.c', [], [], [], libbluez5_util ], + [ 'module-bluez5-device', 'bluetooth/module-bluez5-device.c', [], [], [dbus_dep], libbluez5_util ], [ 'module-bluez5-discover', 'bluetooth/module-bluez5-discover.c', [], [], [dbus_dep], libbluez5_util ], ] endif -- cgit v1.2.1