build-sys: Fix the Meson build

The recent bluetooth patches didn't update the Meson build system.
This commit is contained in:
Tanu Kaskinen 2019-04-12 16:05:51 +03:00
parent 1b6e5b8554
commit 2f6a46ca1a
2 changed files with 6 additions and 2 deletions

View file

@ -105,7 +105,7 @@ if bluez_dep.found()
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', [], [], [sbc_dep], libbluez5_util ],
[ 'module-bluez5-device', 'bluetooth/module-bluez5-device.c', [], [], [], libbluez5_util ],
[ 'module-bluez5-discover', 'bluetooth/module-bluez5-discover.c', [], [], [dbus_dep], libbluez5_util ],
]
endif