mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-22 05:35:39 +00:00
Use platform bluez
This commit is contained in:
parent
9ddd843fa9
commit
2982671567
|
@ -16,8 +16,7 @@ finish-args:
|
||||||
- --socket=x11
|
- --socket=x11
|
||||||
- --share=network
|
- --share=network
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
# along with the bluez module, required for the
|
# required for the emulated bluetooth adapter feature to work.
|
||||||
# emulated bluetooth adapter feature to work.
|
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
- --filesystem=xdg-run/app/com.discordapp.Discord:create
|
||||||
- --talk-name=org.freedesktop.ScreenSaver
|
- --talk-name=org.freedesktop.ScreenSaver
|
||||||
|
@ -40,35 +39,6 @@ modules:
|
||||||
stable-only: true
|
stable-only: true
|
||||||
url-template: https://github.com/libusb/libusb/releases/download/v$version/libusb-$version.tar.bz2
|
url-template: https://github.com/libusb/libusb/releases/download/v$version/libusb-$version.tar.bz2
|
||||||
|
|
||||||
# needed for the emulate bluetooth adapter feature to work
|
|
||||||
- name: bluez
|
|
||||||
config-opts:
|
|
||||||
- --enable-library
|
|
||||||
- --disable-manpages
|
|
||||||
- --disable-udev
|
|
||||||
- --disable-tools
|
|
||||||
- --disable-cups
|
|
||||||
- --disable-monitor
|
|
||||||
- --disable-client
|
|
||||||
- --disable-systemd
|
|
||||||
- --disable-a2dp
|
|
||||||
- --disable-avrcp
|
|
||||||
- --disable-network
|
|
||||||
- --disable-obex
|
|
||||||
- --disable-bap
|
|
||||||
- --disable-mcp
|
|
||||||
- --with-dbusconfdir=/app/etc
|
|
||||||
- --with-dbussessionbusdir=/app/usr/lib/system-services
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: https://www.kernel.org/pub/linux/bluetooth/bluez-5.69.tar.xz
|
|
||||||
sha256: bc5a35ddc7c72d0d3999a0d7b2175c8b7d57ab670774f8b5b4900ff38a2627fc
|
|
||||||
x-checker-data:
|
|
||||||
type: anitya
|
|
||||||
project-id: 10029
|
|
||||||
stable-only: true
|
|
||||||
url-template: https://www.kernel.org/pub/linux/bluetooth/bluez-$version.tar.xz
|
|
||||||
|
|
||||||
# enables motion controls on non-wii controllers (switch, ps4, etc)
|
# enables motion controls on non-wii controllers (switch, ps4, etc)
|
||||||
# requires a udev rule enabling Motion Sensors access
|
# requires a udev rule enabling Motion Sensors access
|
||||||
- name: libevdev
|
- name: libevdev
|
||||||
|
|
Loading…
Reference in a new issue