Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio
Commits: 2f6a46ca by Tanu Kaskinen at 2019-04-12T13:05:51Z build-sys: Fix the Meson build The recent bluetooth patches didn't update the Meson build system. - - - - - 2 changed files: - src/modules/bluetooth/meson.build - src/modules/meson.build Changes: ===================================== src/modules/bluetooth/meson.build ===================================== @@ -1,9 +1,13 @@ libbluez5_util_sources = [ + 'a2dp-codec-sbc.c', + 'a2dp-codec-util.c', 'bluez5-util.c', ] libbluez5_util_headers = [ + 'a2dp-codec-api.h', 'a2dp-codecs.h', + 'a2dp-codec-util.h', 'bluez5-util.h', 'rtp.h', ] @@ -21,6 +25,6 @@ libbluez5_util = shared_library('libbluez5_util', libbluez5_util_headers, c_args : [pa_c_args, server_c_args], include_directories : [configinc, topinc], - dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, dbus_dep], + dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep, dbus_dep, sbc_dep], install : true ) ===================================== src/modules/meson.build ===================================== @@ -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 View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/2f6a46ca1a4fb6ace606ab8da1f3943730b4c093 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/2f6a46ca1a4fb6ace606ab8da1f3943730b4c093 You're receiving this email because of your account on gitlab.freedesktop.org.
_______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits