Merge pull request #71 from flathub/bluez

bluez -- disable unnecessary features
This commit is contained in:
Carles Pastor Badosa 2021-06-08 13:08:34 +02:00 committed by GitHub
commit 67dfafc333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,14 @@
"config-opts": [
"--enable-library",
"--disable-udev",
"--disable-tools",
"--disable-cups",
"--disable-monitor",
"--disable-client",
"--disable-systemd",
"--disable-a2dp",
"--disable-avrcp",
"--disable-network",
"--with-dbusconfdir=/app/etc",
"--with-dbussessionbusdir=/app/usr/lib/system-services"
],