From 1e5dbfbafb4d34f203a8f80dab6006effd2a0b94 Mon Sep 17 00:00:00 2001 From: Colin Kinloch Date: Mon, 7 Jun 2021 01:16:11 +0100 Subject: [PATCH 1/2] Build bluez for bluetooth --- org.DolphinEmu.dolphin-emu.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/org.DolphinEmu.dolphin-emu.json b/org.DolphinEmu.dolphin-emu.json index 90d957a..f659a8d 100644 --- a/org.DolphinEmu.dolphin-emu.json +++ b/org.DolphinEmu.dolphin-emu.json @@ -37,6 +37,23 @@ } ] }, + { + "name": "bluez", + "config-opts": [ + "--enable-library", + "--disable-udev", + "--disable-systemd", + "--with-dbusconfdir=/app/etc", + "--with-dbussessionbusdir=/app/usr/lib/system-services" + ], + "sources": [ + { + "type": "archive", + "url": "https://www.kernel.org/pub/linux/bluetooth/bluez-5.58.tar.xz", + "sha256": "c8065e75a5eb67236849ef68a354b1700540305a8c88ef0a0fd6288f19daf1f1" + } + ] + }, { "name": "xdg-screensaver-shim", "buildsystem": "meson", From ecc3c657790e5a1d2b8e1aff7d34c3e028939026 Mon Sep 17 00:00:00 2001 From: Colin Kinloch Date: Mon, 7 Jun 2021 01:38:44 +0100 Subject: [PATCH 2/2] Add bluetooth permission --- org.DolphinEmu.dolphin-emu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/org.DolphinEmu.dolphin-emu.json b/org.DolphinEmu.dolphin-emu.json index f659a8d..deee082 100644 --- a/org.DolphinEmu.dolphin-emu.json +++ b/org.DolphinEmu.dolphin-emu.json @@ -15,6 +15,7 @@ "--socket=x11", "--share=network", "--share=ipc", + "--allow=bluetooth", "--filesystem=xdg-run/app/com.discordapp.Discord:create", "--talk-name=org.freedesktop.ScreenSaver" ],