From 552d12276d88d878f0fdfe36e3b0b27f630f46f3 Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Wed, 21 Dec 2022 23:23:45 +0100 Subject: [PATCH 1/2] Upgrade to bluez 5.66 --- org.DolphinEmu.dolphin-emu.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.DolphinEmu.dolphin-emu.yml b/org.DolphinEmu.dolphin-emu.yml index e2a774a..9ad6fa6 100644 --- a/org.DolphinEmu.dolphin-emu.yml +++ b/org.DolphinEmu.dolphin-emu.yml @@ -54,12 +54,14 @@ modules: - --disable-a2dp - --disable-avrcp - --disable-network + - --disable-obex + - --disable-bap - --with-dbusconfdir=/app/etc - --with-dbussessionbusdir=/app/usr/lib/system-services sources: - type: archive - url: https://www.kernel.org/pub/linux/bluetooth/bluez-5.65.tar.xz - sha256: 2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4 + url: https://www.kernel.org/pub/linux/bluetooth/bluez-5.66.tar.xz + sha256: 39fea64b590c9492984a0c27a89fc203e1cdc74866086efb8f4698677ab2b574 x-checker-data: type: anitya project-id: 10029 From 694237bcdee3e3ad184d92bdfe658b0c7572d76b Mon Sep 17 00:00:00 2001 From: Carles Pastor Date: Wed, 21 Dec 2022 23:32:52 +0100 Subject: [PATCH 2/2] Build bluez without mcp --- org.DolphinEmu.dolphin-emu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/org.DolphinEmu.dolphin-emu.yml b/org.DolphinEmu.dolphin-emu.yml index 9ad6fa6..87034dd 100644 --- a/org.DolphinEmu.dolphin-emu.yml +++ b/org.DolphinEmu.dolphin-emu.yml @@ -56,6 +56,7 @@ modules: - --disable-network - --disable-obex - --disable-bap + - --disable-mcp - --with-dbusconfdir=/app/etc - --with-dbussessionbusdir=/app/usr/lib/system-services sources: